StorageAccountCreateParameters.AllowSharedKeyAccess Property

Definition

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

Property Value

Nullable<Boolean>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to