Interface PrivateDnsZone.UpdateStages.WithETagCheck
- All Known Subinterfaces:
PrivateDnsZone.Update
- Enclosing interface:
- PrivateDnsZone.UpdateStages
public static interface PrivateDnsZone.UpdateStages.WithETagCheck
The stage of the private DNS zone update allowing to enable ETag validation.
-
Method Summary
Modifier and TypeMethodDescriptionSet the If-Match header with the current etag value of the private DNS Zone.withETagCheck(String etagValue) Set the If-Match header with the given etag value.
-
Method Details
-
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
Set the If-Match header with the given etag value.- Parameters:
etagValue- the etag value- Returns:
- the next stage of the update
-