BatchAccountKeys 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
BatchAccountKeys() |
Initialise une nouvelle instance de la classe BatchAccountKeys. |
BatchAccountKeys(String, String, String) |
Initialise une nouvelle instance de la classe BatchAccountKeys. |
BatchAccountKeys()
Initialise une nouvelle instance de la classe BatchAccountKeys.
public BatchAccountKeys ();
Public Sub New ()
S’applique à
BatchAccountKeys(String, String, String)
Initialise une nouvelle instance de la classe BatchAccountKeys.
public BatchAccountKeys (string accountName = default, string primary = default, string secondary = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountKeys : string * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
Public Sub New (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing)
Paramètres
- accountName
- String
Nom du compte Batch.
- primary
- String
Clé primaire associée au compte.
- secondary
- String
Clé secondaire associée au compte.
S’applique à
Azure SDK for .NET