azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

102 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources"
fullName: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources"
name: "PrivateLinkResources"
nameWithType: "PrivateLinkResources"
summary: "Resource collection API of Private<wbr>Link<wbr>Resources."
syntax: "public interface **PrivateLinkResources**"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.get(String resourceGroupName, String accountName, String name)"
name: "get(String resourceGroupName, String accountName, String name)"
nameWithType: "PrivateLinkResources.get(String resourceGroupName, String accountName, String name)"
summary: "Get group ID."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name parameter."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PrivateLinkResource get(String resourceGroupName, String accountName, String name)"
desc: "Get group ID.\n\nGet details of a group ID."
returns:
description: "details of a group ID."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.PrivateLinkResource?alt=com.azure.resourcemanager.mediaservices.models.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.getWithResponse(String resourceGroupName, String accountName, String name, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String name, Context context)"
nameWithType: "PrivateLinkResources.getWithResponse(String resourceGroupName, String accountName, String name, Context context)"
summary: "Get group ID."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name parameter."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String accountName, String name, Context context)"
desc: "Get group ID.\n\nGet details of a group ID."
returns:
description: "details of a group ID along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.PrivateLinkResource?alt=com.azure.resourcemanager.mediaservices.models.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "PrivateLinkResources.list(String resourceGroupName, String accountName)"
summary: "Get list of group IDs."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PrivateLinkResourceListResult list(String resourceGroupName, String accountName)"
desc: "Get list of group IDs.\n\nList supported group IDs."
returns:
description: "a list of private link resources."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.mediaservices.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.listWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mediaservices.models.PrivateLinkResources.listWithResponse(String resourceGroupName, String accountName, Context context)"
name: "listWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "PrivateLinkResources.listWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "Get list of group IDs."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Media Services account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<PrivateLinkResourceListResult> listWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "Get list of group IDs.\n\nList supported group IDs."
returns:
description: "a list of private link resources along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.mediaservices.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of PrivateLinkResources."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0