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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java