Package version:

Interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams

Optional parameters.

interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams {
    ifMatch?: string;
    parameters?: ImmutabilityPolicy;
}

Hierarchy

  • unknown
    • BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams

Properties

ifMatch?: string

The entity state (ETag) version of the immutability policy to update must be returned to the server for all update operations. The ETag value must include the leading and trailing double quotes as returned by the service.

parameters?: ImmutabilityPolicy

The ImmutabilityPolicy Properties that will be created or updated to a blob container.