Partager via


DataLakeStoreAccountInformation Constructeurs

Définition

Surcharges

DataLakeStoreAccountInformation()

Initialise une nouvelle instance de la classe DataLakeStoreAccountInformation.

DataLakeStoreAccountInformation(String, String, String, String)

Initialise une nouvelle instance de la classe DataLakeStoreAccountInformation.

DataLakeStoreAccountInformation()

Initialise une nouvelle instance de la classe DataLakeStoreAccountInformation.

public DataLakeStoreAccountInformation ();
Public Sub New ()

S’applique à

DataLakeStoreAccountInformation(String, String, String, String)

Initialise une nouvelle instance de la classe DataLakeStoreAccountInformation.

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

Paramètres

id
String

Identificateur de ressource.

name
String

Nom de la ressource.

type
String

Type de ressource.

suffix
String

Suffixe facultatif pour le compte Data Lake Store.

S’applique à