public static interface ImmutabilityPolicy.UpdateStages.WithETagCheck
| Modifier and Type | Method and Description |
|---|---|
ImmutabilityPolicy.Update |
withETagCheck()
Specifies If-Match header.
|
ImmutabilityPolicy.Update |
withETagCheck(String eTagValue)
Specifies If-Match header.
|
ImmutabilityPolicy.Update withETagCheck()
ImmutabilityPolicy.Update withETagCheck(String eTagValue)
eTagValue - 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 appliedCopyright © 2021 Microsoft Corporation. All rights reserved.