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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java