Uses of Class
com.azure.resourcemanager.storage.fluent.models.PrivateLinkResourceListResultInner
-
Packages that use PrivateLinkResourceListResultInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models 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 PrivateLinkResourceListResultInner Modifier and Type Method Description PrivateLinkResourceListResultInnerPrivateLinkResourcesClient. 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 PrivateLinkResourceListResultInner Modifier and Type Method Description Mono<PrivateLinkResourceListResultInner>PrivateLinkResourcesClient. 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
Methods in com.azure.resourcemanager.storage.fluent.models that return PrivateLinkResourceListResultInner Modifier and Type Method Description PrivateLinkResourceListResultInnerPrivateLinkResourceListResultInner. withValue(List<PrivateLinkResource> value)Set the value property: Array of private link resources.
-