Sdílet prostřednictvím


DataLakeStoreAccountInformation Constructors

Definition

Overloads

DataLakeStoreAccountInformation()

Initializes a new instance of the DataLakeStoreAccountInformation class.

DataLakeStoreAccountInformation(String, String, String, String)

Initializes a new instance of the DataLakeStoreAccountInformation class.

DataLakeStoreAccountInformation()

Initializes a new instance of the DataLakeStoreAccountInformation class.

public DataLakeStoreAccountInformation ();
Public Sub New ()

Applies to

DataLakeStoreAccountInformation(String, String, String, String)

Initializes a new instance of the DataLakeStoreAccountInformation class.

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)

Parameters

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

suffix
String

The optional suffix for the Data Lake Store account.

Applies to