Uses of Enum
com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy
Packages that use StagingEnvironmentPolicy
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StagingEnvironmentPolicy in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StagingEnvironmentPolicyModifier and TypeMethodDescriptionStaticSite.stagingEnvironmentPolicy()Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StaticSiteArmResourceInner.stagingEnvironmentPolicy()Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StagingEnvironmentPolicyModifier and TypeMethodDescriptionStaticSite.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy) Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StaticSiteArmResourceInner.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy) Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app. -
Uses of StagingEnvironmentPolicy in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StagingEnvironmentPolicyModifier and TypeMethodDescriptionstatic StagingEnvironmentPolicyStagingEnvironmentPolicy.fromString(String value) Parses a serialized value to a StagingEnvironmentPolicy instance.StaticSitePatchResource.stagingEnvironmentPolicy()Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.static StagingEnvironmentPolicyReturns 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type StagingEnvironmentPolicyModifier and TypeMethodDescriptionStaticSitePatchResource.withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy) Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.