| 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 |
|---|---|
ResourceNameAvailabilityInner |
ResourceProvidersClient.checkNameAvailability(ResourceNameAvailabilityRequest request)
Description for Check if a resource name is available.
|
Mono<ResourceNameAvailabilityInner> |
ResourceProvidersClient.checkNameAvailabilityAsync(ResourceNameAvailabilityRequest request)
Description for Check if a resource name is available.
|
com.azure.core.http.rest.Response<ResourceNameAvailabilityInner> |
ResourceProvidersClient.checkNameAvailabilityWithResponse(ResourceNameAvailabilityRequest request,
com.azure.core.util.Context context)
Description for Check if a resource name is available.
|
Mono<com.azure.core.http.rest.Response<ResourceNameAvailabilityInner>> |
ResourceProvidersClient.checkNameAvailabilityWithResponseAsync(ResourceNameAvailabilityRequest request)
Description for Check if a resource name is available.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNameAvailabilityRequest |
ResourceNameAvailabilityRequest.withIsFqdn(Boolean isFqdn)
Set the isFqdn property: Is fully qualified domain name.
|
ResourceNameAvailabilityRequest |
ResourceNameAvailabilityRequest.withName(String name)
Set the name property: Resource name to verify.
|
ResourceNameAvailabilityRequest |
ResourceNameAvailabilityRequest.withType(CheckNameResourceTypes type)
Set the type property: Resource type used for verification.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.