Freigeben über


DataLakeStoreAccountInformation Konstruktoren

Definition

Überlädt

DataLakeStoreAccountInformation()

Initialisiert eine neue instance der DataLakeStoreAccountInformation-Klasse.

DataLakeStoreAccountInformation(String, String, String, String)

Initialisiert eine neue instance der DataLakeStoreAccountInformation-Klasse.

DataLakeStoreAccountInformation()

Initialisiert eine neue instance der DataLakeStoreAccountInformation-Klasse.

public DataLakeStoreAccountInformation ();
Public Sub New ()

Gilt für:

DataLakeStoreAccountInformation(String, String, String, String)

Initialisiert eine neue instance der DataLakeStoreAccountInformation-Klasse.

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)

Parameter

id
String

Der Ressourcenbezeichner.

name
String

Der Name der Ressource.

type
String

Der Ressourcentyp.

suffix
String

Das optionale Suffix für das Data Lake Store-Konto.

Gilt für: