Uses of Interface
com.microsoft.azure.management.appservice.AppServiceDomain.Update
-
-
Uses of AppServiceDomain.Update in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServiceDomain.Update Modifier and Type Method Description AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithAdminContact. withAdminContact(Contact contact)Specify the admin contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithAutoRenew. withAutoRenewEnabled(boolean autoRenew)Specifies if the domain should be automatically renewed when it's about to expire.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithBillingContact. withBillingContact(Contact contact)Specify the billing contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithDomainPrivacy. withDomainPrivacyEnabled(boolean domainPrivacy)Specifies if the registrant contact information is exposed publicly.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithTechContact. withTechContact(Contact contact)Specify the tech contact.
-