Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes 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.WithTechContact.withTechContact(Contact contact)
Specify the tech contact.
|
Copyright © 2019. All rights reserved.