| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceDomain.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.