StorageAccountRegenerateKeyParameters Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StorageAccountRegenerateKeyParameters() |
Initialise une nouvelle instance de la classe StorageAccountRegenerateKeyParameters. |
StorageAccountRegenerateKeyParameters(String) |
Initialise une nouvelle instance de la classe StorageAccountRegenerateKeyParameters. |
StorageAccountRegenerateKeyParameters()
Initialise une nouvelle instance de la classe StorageAccountRegenerateKeyParameters.
public StorageAccountRegenerateKeyParameters ();
Public Sub New ()
S’applique à
StorageAccountRegenerateKeyParameters(String)
Initialise une nouvelle instance de la classe StorageAccountRegenerateKeyParameters.
public StorageAccountRegenerateKeyParameters (string keyName);
new Microsoft.Azure.Management.Storage.Models.StorageAccountRegenerateKeyParameters : string -> Microsoft.Azure.Management.Storage.Models.StorageAccountRegenerateKeyParameters
Public Sub New (keyName As String)
Paramètres
- keyName
- String
Nom des clés de stockage qui souhaitent être régénérées, les valeurs possibles sont key1, key2, kerb1, kerb2.
S’applique à
Azure SDK for .NET