次の方法で共有


StorageAccountListKeysResult.Keys プロパティ

定義

指定したストレージ アカウントのストレージ アカウント キーとそのプロパティの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.StorageAccountKey> Keys { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.StorageAccountKey>
Public ReadOnly Property Keys As IList(Of StorageAccountKey)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象