Uses of Class
com.azure.resourcemanager.storage.models.BlobContainersExtendImmutabilityPolicyResponse
-
Packages that use BlobContainersExtendImmutabilityPolicyResponse Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient. -
-
Uses of BlobContainersExtendImmutabilityPolicyResponse in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return BlobContainersExtendImmutabilityPolicyResponse Modifier and Type Method Description BlobContainersExtendImmutabilityPolicyResponseBlobContainersClient. extendImmutabilityPolicyWithResponse(String resourceGroupName, String accountName, String containerName, String ifMatch, ImmutabilityPolicyInner parameters, com.azure.core.util.Context context)Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type BlobContainersExtendImmutabilityPolicyResponse Modifier and Type Method Description Mono<BlobContainersExtendImmutabilityPolicyResponse>BlobContainersClient. extendImmutabilityPolicyWithResponseAsync(String resourceGroupName, String accountName, String containerName, String ifMatch, ImmutabilityPolicyInner parameters)Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy.
-