public static interface AppServiceDomain.DefinitionStages.WithDnsZone
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
withExistingDnsZone(com.microsoft.azure.management.dns.DnsZone dnsZone)
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
withNewDnsZone(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.dns.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.dns.DnsZone> dnsZone)
dnsZone - the creatable definition of DNS zoneAppServiceDomain.DefinitionStages.WithCreate withExistingDnsZone(String dnsZoneId)
dnsZoneId - the id of DNS zoneAppServiceDomain.DefinitionStages.WithCreate 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.
*/