Uses of Interface
com.microsoft.azure.management.appservice.AppServiceDomain.Update
Packages that use AppServiceDomain.Update
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServiceDomain.Update in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServiceDomain.UpdateModifier and TypeMethodDescriptionAppServiceDomain.UpdateStages.WithAdminContact.withAdminContact
(Contact contact) Specify the admin contact.AppServiceDomain.UpdateStages.WithAutoRenew.withAutoRenewEnabled
(boolean autoRenew) Specifies if the domain should be automatically renewed when it's about to expire.AppServiceDomain.UpdateStages.WithBillingContact.withBillingContact
(Contact contact) Specify the billing contact.AppServiceDomain.UpdateStages.WithDomainPrivacy.withDomainPrivacyEnabled
(boolean domainPrivacy) Specifies if the registrant contact information is exposed publicly.AppServiceDomain.UpdateStages.WithDnsZone.withExistingDnsZone
(DnsZone dnsZone) Specifies an existing DNS zone.AppServiceDomain.UpdateStages.WithDnsZone.withExistingDnsZone
(String dnsZoneId) Specifies an existing DNS zone.AppServiceDomain.UpdateStages.WithDnsZone.withNewDnsZone
(Creatable<DnsZone> dnsZone) Creates a new DNS zone.AppServiceDomain.UpdateStages.WithDnsZone.withNewDnsZone
(String dnsZoneName) Creates a new DNS zone.AppServiceDomain.UpdateStages.WithTechContact.withTechContact
(Contact contact) Specify the tech contact.