Uses of Interface
com.microsoft.azure.management.dns.DnsZone
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DnsZone in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionAppServiceDomain.DefinitionStages.WithDnsZone.withExistingDnsZone
(DnsZone dnsZone) Specifies an existing DNS zone.AppServiceDomain.UpdateStages.WithDnsZone.withExistingDnsZone
(DnsZone dnsZone) Specifies an existing DNS zone.Modifier and TypeMethodDescriptionAppServiceDomain.DefinitionStages.WithDnsZone.withNewDnsZone
(Creatable<DnsZone> dnsZone) Creates a new DNS zone.AppServiceDomain.UpdateStages.WithDnsZone.withNewDnsZone
(Creatable<DnsZone> dnsZone) Creates a new DNS zone.