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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/