Site.StorageAccountRequired Property

Definition

Gets or sets checks if Customer provided storage account is required

[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccountRequired")]
public bool? StorageAccountRequired { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccountRequired")>]
member this.StorageAccountRequired : Nullable<bool> with get, set
Public Property StorageAccountRequired As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to