Interface PrivateDnsZone.UpdateStages.WithETagCheck
-
- All Known Subinterfaces:
PrivateDnsZone.Update
- Enclosing interface:
- PrivateDnsZone.UpdateStages
public static interface PrivateDnsZone.UpdateStages.WithETagCheckThe stage of the private DNS zone update allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsZone.UpdatewithETagCheck()Set the If-Match header with the current etag value of the private DNS Zone.PrivateDnsZone.UpdatewithETagCheck(String etagValue)Set the If-Match header with the given etag value.
-
-
-
Method Detail
-
withETagCheck
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
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
-
-