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.Functions.Runtime.Info(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.Functions.Models.Api20190401.IStorageAccountKey) }, ReadOnly=true, Required=false, SerializedName="keys")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKey[] Key { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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.Functions.Models.Api20190401.IStorageAccountKey) }, ReadOnly=true, Required=false, SerializedName="keys")>]
member this.Key : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountKey[]
Public ReadOnly Property Key As IStorageAccountKey()

Property Value

Attributes

Applies to