AppServiceDomain.UpdateStages.WithDnsZone Interface
public static interface AppServiceDomain.UpdateStages.WithDnsZone
A domain definition allowing DNS zone to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withExistingDnsZone(DnsZone dnsZone)
Specifies an existing DNS zone. |
abstract Update |
withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone. |
abstract Update |
withNewDnsZone(Creatable<DnsZone> dnsZone)
Creates a new DNS zone. |
abstract Update |
withNewDnsZone(String dnsZoneName)
Creates a new DNS zone. |
Method Details
withExistingDnsZone
public abstract AppServiceDomain.Update withExistingDnsZone(DnsZone dnsZone)
Specifies an existing DNS zone.
Parameters:
Returns:
withExistingDnsZone
public abstract AppServiceDomain.Update withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone.
Parameters:
Returns:
withNewDnsZone
public abstract AppServiceDomain.Update withNewDnsZone(Creatable
Creates a new DNS zone.
Parameters:
Returns:
withNewDnsZone
public abstract AppServiceDomain.Update withNewDnsZone(String dnsZoneName)
Creates a new DNS zone.
Parameters:
Returns:
Applies to
Azure SDK for Java