Interface AppServiceDomain.DefinitionStages.WithDnsZone
- All Known Subinterfaces:
AppServiceDomain.Definition, AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithDnsZone
A domain definition allowing DNS zone to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingDnsZone(DnsZone dnsZone) Specifies an existing DNS zone.withExistingDnsZone(String dnsZoneId) Specifies an existing DNS zone.withNewDnsZone(com.azure.resourcemanager.resources.fluentcore.model.Creatable<DnsZone> dnsZone) Creates a new DNS zone.withNewDnsZone(String dnsZoneName) Creates a new DNS zone.
-
Method Details
-
withNewDnsZone
Creates a new DNS zone.- Parameters:
dnsZoneName- the name of DNS zone- Returns:
- the next stage of domain definition
-
withNewDnsZone
AppServiceDomain.DefinitionStages.WithCreate withNewDnsZone(com.azure.resourcemanager.resources.fluentcore.model.Creatable<DnsZone> dnsZone) Creates a new DNS zone.- Parameters:
dnsZone- the creatable definition of DNS zone- Returns:
- the next stage of domain definition
-
withExistingDnsZone
Specifies an existing DNS zone.- Parameters:
dnsZoneId- the id of DNS zone- Returns:
- the next stage of domain definition
-
withExistingDnsZone
Specifies an existing DNS zone.- Parameters:
dnsZone- the DNS zone- Returns:
- the next stage of domain definition
-