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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.