public static interface AppServiceDomain.UpdateStages.WithDnsZone
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.Update |
withExistingDnsZone(com.microsoft.azure.management.dns.DnsZone dnsZone)
Specifies an existing DNS zone.
|
AppServiceDomain.Update |
withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone.
|
AppServiceDomain.Update |
withNewDnsZone(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.dns.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.dns.DnsZone> dnsZone)
dnsZone - the creatable definition of DNS zoneAppServiceDomain.Update withExistingDnsZone(String dnsZoneId)
dnsZoneId - the id of DNS zoneAppServiceDomain.Update withExistingDnsZone(com.microsoft.azure.management.dns.DnsZone dnsZone)
dnsZone - the DNS zone/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/