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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java