| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InAvailabilityReasonType |
ResourceNameAvailabilityInner.reason()
Get the reason property: <code>Invalid</code> indicates the name provided does not match Azure App
Service naming requirements.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNameAvailabilityInner |
ResourceNameAvailabilityInner.withReason(InAvailabilityReasonType reason)
Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App
Service naming requirements.
|
| Modifier and Type | Field and Description |
|---|---|
static InAvailabilityReasonType |
InAvailabilityReasonType.ALREADY_EXISTS
Static value AlreadyExists for InAvailabilityReasonType.
|
static InAvailabilityReasonType |
InAvailabilityReasonType.INVALID
Static value Invalid for InAvailabilityReasonType.
|
| Modifier and Type | Method and Description |
|---|---|
static InAvailabilityReasonType |
InAvailabilityReasonType.fromString(String name)
Creates or finds a InAvailabilityReasonType from its string representation.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.