共用方式為


StorageAccountListKeysResultInner Constructors

Definition

Overloads

StorageAccountListKeysResultInner()

Initializes a new instance of the StorageAccountListKeysResultInner class.

StorageAccountListKeysResultInner(IList<StorageAccountKey>)

Initializes a new instance of the StorageAccountListKeysResultInner class.

StorageAccountListKeysResultInner()

Initializes a new instance of the StorageAccountListKeysResultInner class.

public StorageAccountListKeysResultInner ();
Public Sub New ()

Applies to

StorageAccountListKeysResultInner(IList<StorageAccountKey>)

Initializes a new instance of the StorageAccountListKeysResultInner class.

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