PrivateDnsZone.UpdateStages.WithETagCheck Interface
public static interface PrivateDnsZone.UpdateStages.WithETagCheck
The stage of the private DNS zone update allowing to enable ETag validation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withETagCheck()
Set the If-Match header with the current etag value of the private DNS Zone. |
abstract Update |
withETagCheck(String etagValue)
Set the If-Match header with the given etag value. |
Method Details
withETagCheck
public abstract PrivateDnsZone.Update withETagCheck()
Set the If-Match header with the current etag value of the private DNS Zone.
Returns:
the next stage of the update
withETagCheck
public abstract PrivateDnsZone.Update withETagCheck(String etagValue)
Set the If-Match header with the given etag value.
Parameters:
etagValue
- the etag value
Returns:
the next stage of the update
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java