| 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 |
|---|---|
DomainAvailabilityCheckResultInner |
DomainsClient.checkAvailability(NameIdentifierInner identifier)
Description for Check if a domain is available for registration.
|
| Modifier and Type | Method and Description |
|---|---|
DomainAvailabilityCheckResultInner |
DomainAvailabilityCheckResultInner.withAvailable(Boolean available)
Set the available property: <code>true</code> if domain can be purchased using CreateDomain API;
otherwise, <code>false</code>.
|
DomainAvailabilityCheckResultInner |
DomainAvailabilityCheckResultInner.withDomainType(DomainType domainType)
Set the domainType property: Valid values are Regular domain: Azure will charge the full price of domain
registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost
anything.
|
DomainAvailabilityCheckResultInner |
DomainAvailabilityCheckResultInner.withName(String name)
Set the name property: Name of the domain.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.