Uses of Class
com.microsoft.azure.management.appservice.DomainPatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DomainPatchResource in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionDomainPatchResource.withAuthCode
(String authCode) Set the authCode value.DomainPatchResource.withAutoRenew
(Boolean autoRenew) Set <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.DomainPatchResource.withConsent
(DomainPurchaseConsent consent) Set legal agreement consent.DomainPatchResource.withContactAdmin
(Contact contactAdmin) Set administrative contact.DomainPatchResource.withContactBilling
(Contact contactBilling) Set billing contact.DomainPatchResource.withContactRegistrant
(Contact contactRegistrant) Set registrant contact.DomainPatchResource.withContactTech
(Contact contactTech) Set technical contact.DomainPatchResource.withDnsType
(DnsType dnsType) Set current DNS type.DomainPatchResource.withDnsZoneId
(String dnsZoneId) Set azure DNS Zone to use.DomainPatchResource.withPrivacy
(Boolean privacy) Set <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.DomainPatchResource.withTargetDnsType
(DnsType targetDnsType) Set target DNS type (would be used for migration).