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