| 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 |
|---|---|
StackPreferredOs |
FunctionAppStackProperties.preferredOs()
Get the preferredOs property: Function App stack preferred OS.
|
StackPreferredOs |
WebAppStackInner.preferredOs()
Get the preferredOs property: Web App stack preferred OS.
|
StackPreferredOs |
WebAppStackProperties.preferredOs()
Get the preferredOs property: Web App stack preferred OS.
|
StackPreferredOs |
FunctionAppStackInner.preferredOs()
Get the preferredOs property: Function App stack preferred OS.
|
| Modifier and Type | Method and Description |
|---|---|
static StackPreferredOs |
StackPreferredOs.fromString(String value)
Parses a serialized value to a StackPreferredOs instance.
|
static StackPreferredOs |
StackPreferredOs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackPreferredOs[] |
StackPreferredOs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.