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

102 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient"
fullName: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient"
name: "PrivateLinkResourcesClient"
nameWithType: "PrivateLinkResourcesClient"
summary: "An instance of this class provides access to all the operations defined in Private<wbr>Link<wbr>Resources<wbr>Client."
syntax: "public interface **PrivateLinkResourcesClient**"
methods:
- uid: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.get(String resourceGroupName, String accountName, String groupId)"
name: "get(String resourceGroupName, String accountName, String groupId)"
nameWithType: "PrivateLinkResourcesClient.get(String resourceGroupName, String accountName, String groupId)"
summary: "Get the specified private link resource associated with the device update account."
modifiers:
- "abstract"
parameters:
- description: "The resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The group ID of the private link resource."
name: "groupId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract GroupInformationInner get(String resourceGroupName, String accountName, String groupId)"
desc: "Get the specified private link resource associated with the device update account."
returns:
description: "the specified private link resource associated with the device update account."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner&text=GroupInformationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)"
nameWithType: "PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)"
summary: "Get the specified private link resource associated with the device update account."
modifiers:
- "abstract"
parameters:
- description: "The resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The group ID of the private link resource."
name: "groupId"
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<GroupInformationInner> getWithResponse(String resourceGroupName, String accountName, String groupId, Context context)"
desc: "Get the specified private link resource associated with the device update account."
returns:
description: "the specified private link resource associated with the device update account along with\n <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.deviceupdate.fluent.models.GroupInformationInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner&text=GroupInformationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.listByAccount(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.listByAccount(String resourceGroupName, String accountName)"
name: "listByAccount(String resourceGroupName, String accountName)"
nameWithType: "PrivateLinkResourcesClient.listByAccount(String resourceGroupName, String accountName)"
summary: "List all private link resources in a device update account."
modifiers:
- "abstract"
parameters:
- description: "The resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Account name."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName)"
desc: "List all private link resources in a device update account."
returns:
description: "the available private link resources for an Account as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner&text=GroupInformationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.listByAccount(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.deviceupdate.fluent.PrivateLinkResourcesClient.listByAccount(String resourceGroupName, String accountName, Context context)"
name: "listByAccount(String resourceGroupName, String accountName, Context context)"
nameWithType: "PrivateLinkResourcesClient.listByAccount(String resourceGroupName, String accountName, Context context)"
summary: "List all private link resources in a device update account."
modifiers:
- "abstract"
parameters:
- description: "The resource group name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "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 PagedIterable<GroupInformationInner> listByAccount(String resourceGroupName, String accountName, Context context)"
desc: "List all private link resources in a device update account."
returns:
description: "the available private link resources for an Account as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner&text=GroupInformationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient."
metadata: {}
package: "com.azure.resourcemanager.deviceupdate.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-deviceupdate:1.0.0