public static interface HostnameBinding.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HostnameBinding.UpdateDefinitionStages.Blank<ParentT>
The first stage of a host name binding definition.
|
static interface |
HostnameBinding.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the hostname binding definition.
|
static interface |
HostnameBinding.UpdateDefinitionStages.WithDomain<ParentT>
The stage of a hostname binding definition allowing domain to be specified.
|
static interface |
HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType<ParentT>
The stage of a hostname binding definition allowing DNS record type to be set.
|
static interface |
HostnameBinding.UpdateDefinitionStages.WithSubDomain<ParentT>
The stage of a hostname binding definition allowing sub-domain to be specified.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.