Uses of Class
com.azure.resourcemanager.appservice.models.StagingEnvironmentPolicy
-
Packages that use StagingEnvironmentPolicy 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. -
-
Uses of StagingEnvironmentPolicy in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StagingEnvironmentPolicy Modifier and Type Method Description StagingEnvironmentPolicyStaticSite. stagingEnvironmentPolicy()Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StagingEnvironmentPolicyStaticSiteArmResourceInner. 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 StagingEnvironmentPolicy Modifier and Type Method Description StaticSiteStaticSite. withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.StaticSiteArmResourceInnerStaticSiteArmResourceInner. 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 StagingEnvironmentPolicy Modifier and Type Method Description static StagingEnvironmentPolicyStagingEnvironmentPolicy. fromString(String value)Parses a serialized value to a StagingEnvironmentPolicy instance.StagingEnvironmentPolicyStaticSitePatchResource. stagingEnvironmentPolicy()Get the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.static StagingEnvironmentPolicyStagingEnvironmentPolicy. 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type StagingEnvironmentPolicy Modifier and Type Method Description StaticSitePatchResourceStaticSitePatchResource. withStagingEnvironmentPolicy(StagingEnvironmentPolicy stagingEnvironmentPolicy)Set the stagingEnvironmentPolicy property: State indicating whether staging environments are allowed or not allowed for a static web app.
-