Partager via


UpdateDataLakeStoreWithAccountParameters Constructeurs

Définition

Surcharges

UpdateDataLakeStoreWithAccountParameters()

Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.

UpdateDataLakeStoreWithAccountParameters(String, String)

Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.

UpdateDataLakeStoreWithAccountParameters()

Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.

public UpdateDataLakeStoreWithAccountParameters ();
Public Sub New ()

S’applique à

UpdateDataLakeStoreWithAccountParameters(String, String)

Initialise une nouvelle instance de la classe UpdateDataLakeStoreWithAccountParameters.

public UpdateDataLakeStoreWithAccountParameters (string name, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters
Public Sub New (name As String, Optional suffix As String = Nothing)

Paramètres

name
String

Nom unique du compte Data Lake Store à mettre à jour.

suffix
String

Suffixe facultatif pour le compte Data Lake Store.

S’applique à