次の方法で共有


AccountSasParameters.Services プロパティ

定義

アカウント SAS でアクセスできる署名済みサービスを取得または設定します。 使用できる値は、BLOB (b)、Queue (q)、Table (t)、File (f) です。 使用できる値は、'b'、'q'、't'、'f' です。

[Newtonsoft.Json.JsonProperty(PropertyName="signedServices")]
public Microsoft.Azure.Management.Storage.Fluent.Models.Services Services { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signedServices")>]
member this.Services : Microsoft.Azure.Management.Storage.Fluent.Models.Services with get, set
Public Property Services As Services

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象