Uses of Class
com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByStorageAccount(String resourceGroupName, String accountName) Gets the private link resources that need to be created for a storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByStorageAccountAsync(String resourceGroupName, String accountName) Gets the private link resources that need to be created for a storage account.com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> PrivateLinkResourcesClient.listByStorageAccountWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the private link resources that need to be created for a storage account.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> PrivateLinkResourcesClient.listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName) Gets the private link resources that need to be created for a storage account. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type PrivateLinkResourceListResultInnerModifier and TypeClassDescriptionfinal classA list of private link resources.Methods in com.azure.resourcemanager.storage.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue(List<PrivateLinkResource> value) Set the value property: Array of private link resources.