public static interface DnsZone.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
DnsZone.DefinitionStages.Blank
The stage of the DNS zone definition allowing to specify the resource group.
|
static interface |
DnsZone.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create() ), but also allows for any other optional settings to be specified. |
static interface |
DnsZone.DefinitionStages.WithETagCheck
The stage of the DNS zone definition allowing to enable ETag validation.
|
static interface |
DnsZone.DefinitionStages.WithRecordSet
The stage of the DNS zone definition allowing to specify record set.
|
static interface |
DnsZone.DefinitionStages.WithZoneType
The stage of the DNS zone definition allowing to specify Zone access type.
|
Copyright © 2019. All rights reserved.