Condividi tramite


IStorageAccountListKeysResult.Key Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the list of storage account keys and their properties for the specified storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountKey) }, Read=true, ReadOnly=true, Required=false, SerializedName="keys", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountKey> Key { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Gets the list of storage account keys and their properties for the specified storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountKey) }, Read=true, ReadOnly=true, Required=false, SerializedName="keys", Update=false)>]
member this.Key : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountKey>
Public ReadOnly Property Key As List(Of IStorageAccountKey)

Property Value

Attributes

Applies to