| 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 |
|---|---|
RedundancyMode |
SiteInner.redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
RedundancyMode |
SitePatchResourceInner.redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
RedundancyMode |
SitePropertiesInner.redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
RedundancyMode |
SitePatchResourcePropertiesInner.redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
| Modifier and Type | Method and Description |
|---|---|
SiteInner |
SiteInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
SitePatchResourceInner |
SitePatchResourceInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
SitePropertiesInner |
SitePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
SitePatchResourcePropertiesInner |
SitePatchResourcePropertiesInner.withRedundancyMode(RedundancyMode redundancyMode)
Set the redundancyMode property: Site redundancy mode.
|
| Modifier and Type | Method and Description |
|---|---|
static RedundancyMode |
RedundancyMode.fromString(String value)
Parses a serialized value to a RedundancyMode instance.
|
RedundancyMode |
WebSiteBase.redundancyMode()
Get the redundancyMode property: Site redundancy mode.
|
static RedundancyMode |
RedundancyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedundancyMode[] |
RedundancyMode.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.