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