StorageAccountListKeysResultInner 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
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
Azure SDK for .NET