Uses of Class
com.azure.resourcemanager.storage.models.BlobContainersGetImmutabilityPolicyResponse
Packages that use BlobContainersGetImmutabilityPolicyResponse
Package
Description
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 BlobContainersGetImmutabilityPolicyResponseModifier and TypeMethodDescriptionBlobContainersClient.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 BlobContainersGetImmutabilityPolicyResponseModifier and TypeMethodDescriptionBlobContainersClient.getImmutabilityPolicyWithResponseAsync(String resourceGroupName, String accountName, String containerName, String ifMatch) Gets the existing immutability policy along with the corresponding ETag in response headers and body.