Uses of Class
com.azure.resourcemanager.storage.models.BlobContainersGetImmutabilityPolicyResponse
-
Packages that use BlobContainersGetImmutabilityPolicyResponse Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient. -
-
Uses of BlobContainersGetImmutabilityPolicyResponse in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobContainersGetImmutabilityPolicyResponse Modifier and Type Method Description BlobContainersGetImmutabilityPolicyResponseBlobContainersClient. getImmutabilityPolicyWithResponse(String resourceGroupName, String accountName, String containerName, String ifMatch, com.azure.core.util.Context context)Gets the existing immutability policy along with the corresponding ETag in response headers and body.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobContainersGetImmutabilityPolicyResponse Modifier and Type Method Description Mono<BlobContainersGetImmutabilityPolicyResponse>BlobContainersClient. getImmutabilityPolicyWithResponseAsync(String resourceGroupName, String accountName, String containerName, String ifMatch)Gets the existing immutability policy along with the corresponding ETag in response headers and body.
-