DnsZone.UpdateStages.WithETagCheck Interface
public interface WithETagCheck
The stage of the DNS zone update allowing to enable ETag validation.
Method Summary
Modifier and Type | Method and Description |
---|---|
Dns |
withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated with the DNS Zone. |
Dns |
withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value. |
Method Details
withETagCheck
public Update withETagCheck()
Specifies that If-Match header needs to set to the current eTag value associated with the DNS Zone.
Returns:
the next stage of the update
withETagCheck
public Update withETagCheck(String eTagValue)
Specifies that if-Match header needs to set to the given eTag value.
Parameters:
eTagValue
- the eTag value
Returns:
the next stage of the update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java