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.
|
DnsZone.Update withETagCheck()
DnsZone.Update withETagCheck(String etagValue)
etagValue - the etag valueVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.