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