AddDataLakeStoreWithAccountParameters 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
AddDataLakeStoreWithAccountParameters() |
Initialise une nouvelle instance de la classe AddDataLakeStoreWithAccountParameters. |
AddDataLakeStoreWithAccountParameters(String, String) |
Initialise une nouvelle instance de la classe AddDataLakeStoreWithAccountParameters. |
AddDataLakeStoreWithAccountParameters()
Initialise une nouvelle instance de la classe AddDataLakeStoreWithAccountParameters.
public AddDataLakeStoreWithAccountParameters();
Public Sub New ()
S’applique à
AddDataLakeStoreWithAccountParameters(String, String)
Initialise une nouvelle instance de la classe AddDataLakeStoreWithAccountParameters.
public AddDataLakeStoreWithAccountParameters(string name, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters
Public Sub New (name As String, Optional suffix As String = Nothing)
Paramètres
- name
- String
Nom unique du compte Data Lake Store à ajouter.
- suffix
- String
Suffixe facultatif pour le compte Data Lake Store.
S’applique à
Azure SDK for .NET