| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DomainInner |
DomainsClient.update(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
Mono<DomainInner> |
DomainsClient.updateAsync(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for 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)
Description for Creates or updates a domain.
|
Mono<com.azure.core.http.rest.Response<DomainInner>> |
DomainsClient.updateWithResponseAsync(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPatchResource |
DomainPatchResource.withAuthCode(String authCode)
Set the authCode property: The authCode property.
|
DomainPatchResource |
DomainPatchResource.withAutoRenew(Boolean autoRenew)
Set the autoRenew property: <code>true</code> if the domain should be automatically renewed;
otherwise, <code>false</code>.
|
DomainPatchResource |
DomainPatchResource.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
DomainPatchResource |
DomainPatchResource.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainPatchResource |
DomainPatchResource.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainPatchResource |
DomainPatchResource.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainPatchResource |
DomainPatchResource.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
DomainPatchResource |
DomainPatchResource.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainPatchResource |
DomainPatchResource.withDnsZoneId(String dnsZoneId)
Set the dnsZoneId property: Azure DNS Zone to use.
|
DomainPatchResource |
DomainPatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
DomainPatchResource |
DomainPatchResource.withPrivacy(Boolean privacy)
Set the privacy property: <code>true</code> if domain privacy is enabled for this domain; otherwise,
<code>false</code>.
|
DomainPatchResource |
DomainPatchResource.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.