| 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(com.microsoft.azure.management.dns.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.dns.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/