| 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 |
|---|---|
StagingEnvironmentPolicy |
StaticSiteArmResourceInner.stagingEnvironmentPolicy()
Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
StagingEnvironmentPolicy |
StaticSite.stagingEnvironmentPolicy()
Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteArmResourceInner |
StaticSiteArmResourceInner.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)
Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
StaticSite |
StaticSite.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)
Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
| Modifier and Type | Method and Description |
|---|---|
static StagingEnvironmentPolicy |
StagingEnvironmentPolicy.fromString(String value)
Parses a serialized value to a StagingEnvironmentPolicy instance.
|
StagingEnvironmentPolicy |
StaticSitePatchResource.stagingEnvironmentPolicy()
Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
static StagingEnvironmentPolicy |
StagingEnvironmentPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StagingEnvironmentPolicy[] |
StagingEnvironmentPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSitePatchResource |
StaticSitePatchResource.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)
Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not
allowed for a static web app.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.