| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/