StorageAccountListKeysResult Constructors

Definition

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.Management.Storage.Models.StorageAccountKey> keys = default);
new Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.StorageAccountKey> -> Microsoft.Azure.Management.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.

Applies to