| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithAdminContact.withAdminContact(Contact contact)
Specify the admin contact.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithAutoRenew.withAutoRenewEnabled(boolean autoRenew)
Specifies if the domain should be automatically renewed when it's about to expire.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithBillingContact.withBillingContact(Contact contact)
Specify the billing contact.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithDnsZone.withExistingDnsZone(DnsZone dnsZone)
Specifies an existing DNS zone.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithDnsZone.withExistingDnsZone(String dnsZoneId)
Specifies an existing DNS zone.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithDnsZone.withNewDnsZone(Creatable<DnsZone> dnsZone)
Creates a new DNS zone.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithDnsZone.withNewDnsZone(String dnsZoneName)
Creates a new DNS zone.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.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.