StorageAccountListKeysResult.Keys Property

Definition

Gets the list of storage account keys and their properties for the specified storage account.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to