DataLakeStoreAccountInfo Constructors

Definition

Overloads

DataLakeStoreAccountInfo()

Initializes a new instance of the DataLakeStoreAccountInfo class.

DataLakeStoreAccountInfo(String, String, String, String)

Initializes a new instance of the DataLakeStoreAccountInfo class.

DataLakeStoreAccountInfo()

Initializes a new instance of the DataLakeStoreAccountInfo class.

public DataLakeStoreAccountInfo ();
Public Sub New ()

Applies to

DataLakeStoreAccountInfo(String, String, String, String)

Initializes a new instance of the DataLakeStoreAccountInfo class.

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

Parameters

name
String

Resource name

id
String

Resource Id

type
String

Resource type

suffix
String

the optional suffix for the Data Lake Store account.

Applies to