public static interface AppServiceDomain.DefinitionStages.WithDnsZone
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
withExistingDnsZone(DnsZone dnsZone)
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
withNewDnsZone(Creatable<DnsZone> dnsZone)
Creates a new DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
withNewDnsZone(String dnsZoneName)
Creates a new DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate withNewDnsZone(String dnsZoneName)
dnsZoneName - the name of DNS zoneAppServiceDomain.DefinitionStages.WithCreate withNewDnsZone(Creatable<DnsZone> dnsZone)
dnsZone - the creatable definition of DNS zoneAppServiceDomain.DefinitionStages.WithCreate withExistingDnsZone(String dnsZoneId)
dnsZoneId - the id of DNS zoneAppServiceDomain.DefinitionStages.WithCreate withExistingDnsZone(DnsZone dnsZone)
dnsZone - the DNS zoneCopyright © 2021 Microsoft Corporation. All rights reserved.