public static interface PrivateDnsRecordSet.UpdateStages.WithETagCheck
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.Update |
withETagCheck()
Specifies the If-Match header with the current etag value associated with the record set.
|
PrivateDnsRecordSet.Update |
withETagCheck(String etagValue)
Specifies the If-Match header with the given etag value.
|
PrivateDnsRecordSet.Update withETagCheck()
PrivateDnsRecordSet.Update withETagCheck(String etagValue)
etagValue - the etag valueCopyright © 2020 Microsoft Corporation. All rights reserved.