Uses of Class
com.azure.resourcemanager.storage.models.BlobContainersLockImmutabilityPolicyResponse
Packages that use BlobContainersLockImmutabilityPolicyResponse
Package
Description
Package containing the service clients for StorageManagementClient.
-
Uses of BlobContainersLockImmutabilityPolicyResponse in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobContainersLockImmutabilityPolicyResponseModifier and TypeMethodDescriptionBlobContainersClient.lockImmutabilityPolicyWithResponse(String resourceGroupName, String accountName, String containerName, String ifMatch, com.azure.core.util.Context context) Sets the ImmutabilityPolicy to Locked state.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobContainersLockImmutabilityPolicyResponseModifier and TypeMethodDescriptionBlobContainersClient.lockImmutabilityPolicyWithResponseAsync(String resourceGroupName, String accountName, String containerName, String ifMatch) Sets the ImmutabilityPolicy to Locked state.