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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java