次の方法で共有


AzureBlobFileSystemConfiguration.AccountKey プロパティ

定義

Azure Storage アカウント キーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="accountKey")]
public string AccountKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountKey")>]
member this.AccountKey : string with get, set
Public Property AccountKey As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、sasKey と ID の両方と相互に排他的です。正確に 1 つを指定する必要があります。

適用対象