StorageAccountRegenerteKeyParameters 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
StorageAccountRegenerteKeyParameters() |
Initialise une nouvelle instance de la classe StorageAccountRegenerteKeyParameters. |
StorageAccountRegenerteKeyParameters(String) |
Initialise une nouvelle instance de la classe StorageAccountRegenerteKeyParameters. |
StorageAccountRegenerteKeyParameters()
Initialise une nouvelle instance de la classe StorageAccountRegenerteKeyParameters.
public StorageAccountRegenerteKeyParameters();
Public Sub New ()
S’applique à
StorageAccountRegenerteKeyParameters(String)
Initialise une nouvelle instance de la classe StorageAccountRegenerteKeyParameters.
public StorageAccountRegenerteKeyParameters(string keyName);
new Microsoft.Azure.KeyVault.Models.StorageAccountRegenerteKeyParameters : string -> Microsoft.Azure.KeyVault.Models.StorageAccountRegenerteKeyParameters
Public Sub New (keyName As String)
Paramètres
- keyName
- String
Nom de clé du compte de stockage.
S’applique à
Azure SDK for .NET