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 valueCopyright © 2021 Microsoft Corporation. All rights reserved.