Interface DnsZone.DefinitionStages.WithETagCheck
-
- All Known Subinterfaces:
DnsZone.Definition,DnsZone.DefinitionStages.WithCreate
- Enclosing interface:
- DnsZone.DefinitionStages
public static interface DnsZone.DefinitionStages.WithETagCheckThe stage of the DNS zone definition allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsZone.DefinitionStages.WithCreatewithETagCheck()Specifies that If-None-Match header needs to set to * to prevent updating an existing DNS zone.
-
-
-
Method Detail
-
withETagCheck
DnsZone.DefinitionStages.WithCreate withETagCheck()
Specifies that If-None-Match header needs to set to * to prevent updating an existing DNS zone.- Returns:
- the next stage of the definition
-
-