93 строки
9.2 KiB
YAML
93 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient"
|
|
fullName: "com.azure.resourcemanager.storage.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.storage.fluent.PrivateLinkResourcesClient.listByStorageAccount(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccount(String resourceGroupName, String accountName)"
|
|
name: "listByStorageAccount(String resourceGroupName, String accountName)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByStorageAccount(String resourceGroupName, String accountName)"
|
|
summary: "Gets the private link resources that need to be created for a storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PrivateLinkResourceListResultInner listByStorageAccount(String resourceGroupName, String accountName)"
|
|
desc: "Gets the private link resources that need to be created for a storage account."
|
|
returns:
|
|
description: "the private link resources that need to be created for a storage account."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountAsync(String resourceGroupName, String accountName)"
|
|
name: "listByStorageAccountAsync(String resourceGroupName, String accountName)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByStorageAccountAsync(String resourceGroupName, String accountName)"
|
|
summary: "Gets the private link resources that need to be created for a storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<PrivateLinkResourceListResultInner> listByStorageAccountAsync(String resourceGroupName, String accountName)"
|
|
desc: "Gets the private link resources that need to be created for a storage account."
|
|
returns:
|
|
description: "the private link resources that need to be created for a storage account on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)"
|
|
name: "listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)"
|
|
summary: "Gets the private link resources that need to be created for a storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
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<PrivateLinkResourceListResultInner> listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)"
|
|
desc: "Gets the private link resources that need to be created for a storage account."
|
|
returns:
|
|
description: "the private link resources that need to be created for a storage account 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\" /><<xref href=\"com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountWithResponseAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storage.fluent.PrivateLinkResourcesClient.listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)"
|
|
name: "listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)"
|
|
nameWithType: "PrivateLinkResourcesClient.listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)"
|
|
summary: "Gets the private link resources that need to be created for a storage account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<PrivateLinkResourceListResultInner>> listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)"
|
|
desc: "Gets the private link resources that need to be created for a storage account."
|
|
returns:
|
|
description: "the private link resources that need to be created for a storage account along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on\n successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storage.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0
|