public static interface DnsZone.UpdateStages.WithETagCheck
| Modifier and Type | Method and Description |
|---|---|
DnsZone.Update |
withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated
with the DNS Zone.
|
DnsZone.Update |
withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
|
@Beta(value=V1_2_0) DnsZone.Update withETagCheck()
@Beta(value=V1_2_0) DnsZone.Update withETagCheck(String eTagValue)
eTagValue - the eTag value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/