StaticSiteARMResource.StagingEnvironmentPolicy Property

Definition

Gets or sets state indicating whether staging environments are allowed or not allowed for a static web app. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.stagingEnvironmentPolicy")]
public Microsoft.Azure.Management.WebSites.Models.StagingEnvironmentPolicy? StagingEnvironmentPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.stagingEnvironmentPolicy")>]
member this.StagingEnvironmentPolicy : Nullable<Microsoft.Azure.Management.WebSites.Models.StagingEnvironmentPolicy> with get, set
Public Property StagingEnvironmentPolicy As Nullable(Of StagingEnvironmentPolicy)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to