Delen via


StorageAccountRegenerteKeyParameters Constructors

Definition

Overloads

StorageAccountRegenerteKeyParameters()

Initializes a new instance of the StorageAccountRegenerteKeyParameters class.

StorageAccountRegenerteKeyParameters(String)

Initializes a new instance of the StorageAccountRegenerteKeyParameters class.

StorageAccountRegenerteKeyParameters()

Source:
StorageAccountRegenerteKeyParameters.cs

Initializes a new instance of the StorageAccountRegenerteKeyParameters class.

public StorageAccountRegenerteKeyParameters ();
Public Sub New ()

Applies to

StorageAccountRegenerteKeyParameters(String)

Source:
StorageAccountRegenerteKeyParameters.cs

Initializes a new instance of the StorageAccountRegenerteKeyParameters class.

public StorageAccountRegenerteKeyParameters (string keyName);
new Microsoft.Azure.KeyVault.Models.StorageAccountRegenerteKeyParameters : string -> Microsoft.Azure.KeyVault.Models.StorageAccountRegenerteKeyParameters
Public Sub New (keyName As String)

Parameters

keyName
String

The storage account key name.

Applies to