| 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 |
|---|---|
ResourceNameAvailabilityInner |
ResourceProvidersClient.checkNameAvailability(ResourceNameAvailabilityRequest request)
Description for Check if a resource name is available.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNameAvailabilityInner |
ResourceNameAvailabilityInner.withMessage(String message)
Set the message property: If reason == invalid, provide the user with the reason why the given name is invalid,
and provide the resource naming requirements so that the user can select a valid name.
|
ResourceNameAvailabilityInner |
ResourceNameAvailabilityInner.withNameAvailable(Boolean nameAvailable)
Set the nameAvailable property: <code>true</code> indicates name is valid and available.
|
ResourceNameAvailabilityInner |
ResourceNameAvailabilityInner.withReason(InAvailabilityReasonType reason)
Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App
Service naming requirements.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.