Freigeben über


StorageAccountCreateParameters.AllowSharedKeyAccess Eigenschaft

Definition

Ruft ab oder legt fest, ob das Speicherkonto die Autorisierung von Anforderungen mit dem Kontozugriffsschlüssel über gemeinsam genutzten Schlüssel zulässt. Wenn false, müssen alle Anforderungen, einschließlich Shared Access Signatures, mit Azure Active Directory (Azure AD) autorisiert werden. Der Standardwert ist NULL, was true entspricht.

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: