Interface PrivateDnsZone.DefinitionStages
-
- Enclosing interface:
- PrivateDnsZone
public static interface PrivateDnsZone.DefinitionStagesGrouping of private DNS zone definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivateDnsZone.DefinitionStages.BlankThe stage of the private DNS zone definition allowing to specify the resource group.static interfacePrivateDnsZone.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 interfacePrivateDnsZone.DefinitionStages.WithETagCheckThe stage of the private DNS zone definition allowing to enable ETag validation.static interfacePrivateDnsZone.DefinitionStages.WithRecordSetThe stage of the private DNS zone definition allowing to specify record set.static interfacePrivateDnsZone.DefinitionStages.WithVirtualNetworkLinkThe stage of the private DNS zone definition allowing to specify virtual network link.
-