AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact) |
Specify the admin contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithAutoRenew.withAutoRenewEnabled(boolean autoRenew) |
Specifies if the domain should be automatically renewed when it's about to expire.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact) |
Specify the billing contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy) |
Specifies if the registrant contact information is exposed publicly.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDnsZone.withExistingDnsZone(DnsZone dnsZone) |
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDnsZone.withExistingDnsZone(String dnsZoneId) |
Specifies an existing DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDnsZone.withNewDnsZone(Creatable<DnsZone> dnsZone) |
Creates a new DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithDnsZone.withNewDnsZone(String dnsZoneName) |
Creates a new DNS zone.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact) |
Specify the registrant contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact) |
Specify the tech contact.
|