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