public static interface DnsRecordSet.UpdateStages.WithETagCheck
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.Update |
withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated
with the record set.
|
DnsRecordSet.Update |
withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
|
DnsRecordSet.Update withETagCheck()
DnsRecordSet.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.
*/