StorageAccountListKeysResult Constructors
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.
Overloads
StorageAccountListKeysResult() |
Initializes a new instance of the StorageAccountListKeysResult class. |
StorageAccountListKeysResult(IList<StorageAccountKey>) |
Initializes a new instance of the StorageAccountListKeysResult class. |
StorageAccountListKeysResult()
Initializes a new instance of the StorageAccountListKeysResult class.
public StorageAccountListKeysResult ();
Public Sub New ()
Applies to
StorageAccountListKeysResult(IList<StorageAccountKey>)
Initializes a new instance of the StorageAccountListKeysResult class.
public StorageAccountListKeysResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageAccountKey> keys = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageAccountListKeysResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageAccountKey> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageAccountListKeysResult
Public Sub New (Optional keys As IList(Of StorageAccountKey) = Nothing)
Parameters
- keys
- IList<StorageAccountKey>
Gets the list of storage account keys and their properties for the specified storage account.