| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static RenderingType |
RenderingType.fromString(String value)
Parses a serialized value to a RenderingType instance.
|
RenderingType |
Rendering.type()
Get the type property: Rendering Type.
|
static RenderingType |
RenderingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingType[] |
RenderingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Rendering |
Rendering.withType(RenderingType type)
Set the type property: Rendering Type.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.