IStorageAccountListKeysResult.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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