Uses of Class
com.azure.resourcemanager.appservice.models.DomainPatchResource
Packages that use DomainPatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DomainPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type DomainPatchResourceModifier and TypeMethodDescriptionDomainsClient.update
(String resourceGroupName, String domainName, DomainPatchResource domain) Creates or updates a domain.DomainsClient.updateAsync
(String resourceGroupName, String domainName, DomainPatchResource domain) Creates or updates a domain.com.azure.core.http.rest.Response
<DomainInner> DomainsClient.updateWithResponse
(String resourceGroupName, String domainName, DomainPatchResource domain, com.azure.core.util.Context context) Creates or updates a domain.Mono
<com.azure.core.http.rest.Response<DomainInner>> DomainsClient.updateWithResponseAsync
(String resourceGroupName, String domainName, DomainPatchResource domain) Creates or updates a domain. -
Uses of DomainPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DomainPatchResourceModifier and TypeMethodDescriptionstatic DomainPatchResource
DomainPatchResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DomainPatchResource from the JsonReader.DomainPatchResource.withAuthCode
(String authCode) Set the authCode property: The authCode property.DomainPatchResource.withAutoRenew
(Boolean autoRenew) Set the autoRenew property: <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.DomainPatchResource.withConsent
(DomainPurchaseConsent consent) Set the consent property: Legal agreement consent.DomainPatchResource.withContactAdmin
(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainPatchResource.withContactBilling
(Contact contactBilling) Set the contactBilling property: Billing contact.DomainPatchResource.withContactRegistrant
(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainPatchResource.withContactTech
(Contact contactTech) Set the contactTech property: Technical contact.DomainPatchResource.withDnsType
(DnsType dnsType) Set the dnsType property: Current DNS type.DomainPatchResource.withDnsZoneId
(String dnsZoneId) Set the dnsZoneId property: Azure DNS Zone to use.Set the kind property: Kind of resource.DomainPatchResource.withPrivacy
(Boolean privacy) Set the privacy property: <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.DomainPatchResource.withTargetDnsType
(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration).