StorageAccountRegenerateKeyParameters 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
StorageAccountRegenerateKeyParameters() |
Initializes a new instance of the StorageAccountRegenerateKeyParameters class. |
StorageAccountRegenerateKeyParameters(String) |
Initializes a new instance of the StorageAccountRegenerateKeyParameters class. |
StorageAccountRegenerateKeyParameters()
Initializes a new instance of the StorageAccountRegenerateKeyParameters class.
public StorageAccountRegenerateKeyParameters ();
Public Sub New ()
Applies to
StorageAccountRegenerateKeyParameters(String)
Initializes a new instance of the StorageAccountRegenerateKeyParameters class.
public StorageAccountRegenerateKeyParameters (string keyName);
new Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountRegenerateKeyParameters : string -> Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountRegenerateKeyParameters
Public Sub New (keyName As String)
Parameters
- keyName
- String
The name of storage keys that want to be regenerated, possible values are key1, key2.
Applies to
Azure SDK for .NET