| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DomainInner |
DomainsClient.createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainInner |
DomainsClient.createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
DomainInner |
DomainsClient.getByResourceGroup(String resourceGroupName,
String domainName)
Description for Get a domain.
|
DomainInner |
DomainsClient.update(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
DomainsClient.beginCreateOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
DomainsClient.beginCreateOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
DomainsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainInner |
DomainsClient.createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainInner |
DomainsClient.createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
Mono<DomainInner> |
DomainsClient.createOrUpdateAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DomainsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
| Modifier and Type | Method and Description |
|---|---|
DomainInner |
DomainInner.withAuthCode(String authCode)
Set the authCode property: The authCode property.
|
DomainInner |
DomainInner.withAutoRenew(Boolean autoRenew)
Set the autoRenew property: <code>true</code> if the domain should be automatically renewed;
otherwise, <code>false</code>.
|
DomainInner |
DomainInner.withConsent(DomainPurchaseConsent consent)
Set the consent property: Legal agreement consent.
|
DomainInner |
DomainInner.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainInner |
DomainInner.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainInner |
DomainInner.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainInner |
DomainInner.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
DomainInner |
DomainInner.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainInner |
DomainInner.withDnsZoneId(String dnsZoneId)
Set the dnsZoneId property: Azure DNS Zone to use.
|
DomainInner |
DomainInner.withKind(String kind)
Set the kind property: Kind of resource.
|
DomainInner |
DomainInner.withLocation(String location) |
DomainInner |
DomainInner.withPrivacy(Boolean privacy)
Set the privacy property: <code>true</code> if domain privacy is enabled for this domain; otherwise,
<code>false</code>.
|
DomainInner |
DomainInner.withTags(Map<String,String> tags) |
DomainInner |
DomainInner.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.