次の方法で共有


SasDefinitionCreateParameters.SasType プロパティ

定義

SAS 定義によって作成される SAS トークンの種類を取得または設定します。 使用可能な値は、'account'、'service' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象