ImmutabilityPolicyResource.ExtendImmutabilityPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend
- Operation Id: BlobContainers_ExtendImmutabilityPolicy
- Default Api Version: 2023-05-01
- Resource: ImmutabilityPolicyResource
public virtual Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource> ExtendImmutabilityPolicy (Azure.ETag ifMatch, Azure.ResourceManager.Storage.ImmutabilityPolicyData data = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExtendImmutabilityPolicy : Azure.ETag * Azure.ResourceManager.Storage.ImmutabilityPolicyData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource>
override this.ExtendImmutabilityPolicy : Azure.ETag * Azure.ResourceManager.Storage.ImmutabilityPolicyData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource>
Public Overridable Function ExtendImmutabilityPolicy (ifMatch As ETag, Optional data As ImmutabilityPolicyData = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ImmutabilityPolicyResource)
Parameters
- ifMatch
- ETag
The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied.
The ImmutabilityPolicy Properties that will be extended for a blob container.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET