Uses of Class
com.azure.resourcemanager.storage.models.BlobContainersLockImmutabilityPolicyResponse
-
Packages that use BlobContainersLockImmutabilityPolicyResponse Package Description com.azure.resourcemanager.storage.fluent 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 BlobContainersLockImmutabilityPolicyResponse Modifier and Type Method Description BlobContainersLockImmutabilityPolicyResponseBlobContainersClient. 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 BlobContainersLockImmutabilityPolicyResponse Modifier and Type Method Description Mono<BlobContainersLockImmutabilityPolicyResponse>BlobContainersClient. lockImmutabilityPolicyWithResponseAsync(String resourceGroupName, String accountName, String containerName, String ifMatch)Sets the ImmutabilityPolicy to Locked state.
-