DnsZone.UpdateStages.WithETagCheck Interface
public static interface DnsZone.UpdateStages.WithETagCheck
The stage of the DNS zone update allowing to enable ETag validation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withETagCheck()
Specifies that If-Match header needs to set to the current etag value associated with the DNS Zone. |
abstract Update |
withETagCheck(String etagValue)
Specifies that if-Match header needs to set to the given etag value. |
Method Details
withETagCheck
public abstract DnsZone.Update withETagCheck()
Specifies that If-Match header needs to set to the current etag value associated with the DNS Zone.
Returns:
withETagCheck
public abstract DnsZone.Update withETagCheck(String etagValue)
Specifies that if-Match header needs to set to the given etag value.
Parameters:
Returns:
Applies to
Azure SDK for Java