Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DomainPatchResourceProperties
Packages that use DomainPatchResourceProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DomainPatchResourceProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DomainPatchResourcePropertiesModifier and TypeMethodDescriptionDomainPatchResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DomainPatchResourceProperties from the JsonReader.DomainPatchResourceProperties.withAuthCode(String authCode) Set the authCode property: The authCode property.DomainPatchResourceProperties.withAutoRenew(Boolean autoRenew) Set the autoRenew property: <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.DomainPatchResourceProperties.withConsent(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent.DomainPatchResourceProperties.withContactAdmin(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainPatchResourceProperties.withContactBilling(Contact contactBilling) Set the contactBilling property: Billing contact.DomainPatchResourceProperties.withContactRegistrant(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainPatchResourceProperties.withContactTech(Contact contactTech) Set the contactTech property: Technical contact.DomainPatchResourceProperties.withDnsType(DnsType dnsType) Set the dnsType property: Current DNS type.DomainPatchResourceProperties.withDnsZoneId(String dnsZoneId) Set the dnsZoneId property: Azure DNS Zone to use.DomainPatchResourceProperties.withPrivacy(Boolean privacy) Set the privacy property: <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.DomainPatchResourceProperties.withTargetDnsType(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration).