다음을 통해 공유


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와 함께 사용할 수 없습니다. 정확히 하나만 지정해야 합니다.

적용 대상