Partager via


AddDataLakeStoreWithAccountParameters Constructeurs

Définition

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 à