다음을 통해 공유


AzureBlobFileSystemConfiguration.SasKey 속성

정의

Azure Storage SAS 토큰을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이 속성은 accountKey 및 ID와 함께 사용할 수 없습니다. 정확히 하나를 지정해야 합니다.

적용 대상