Interface DnsZone.DefinitionStages
-
- Enclosing interface:
- DnsZone
public static interface DnsZone.DefinitionStagesGrouping of DNS zone definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDnsZone.DefinitionStages.BlankThe stage of the DNS zone definition allowing to specify the resource group.static interfaceDnsZone.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceDnsZone.DefinitionStages.WithETagCheckThe stage of the DNS zone definition allowing to enable ETag validation.static interfaceDnsZone.DefinitionStages.WithRecordSetThe stage of the DNS zone definition allowing to specify record set.static interfaceDnsZone.DefinitionStages.WithZoneTypeThe stage of the DNS zone definition allowing to specify Zone access type.
-