Share via


AddDataLakeStoreWithAccountParameters Constructors

Definition

Overloads

AddDataLakeStoreWithAccountParameters()

Initializes a new instance of the AddDataLakeStoreWithAccountParameters class.

AddDataLakeStoreWithAccountParameters(String, String)

Initializes a new instance of the AddDataLakeStoreWithAccountParameters class.

AddDataLakeStoreWithAccountParameters()

Initializes a new instance of the AddDataLakeStoreWithAccountParameters class.

public AddDataLakeStoreWithAccountParameters ();
Public Sub New ()

Applies to

AddDataLakeStoreWithAccountParameters(String, String)

Initializes a new instance of the AddDataLakeStoreWithAccountParameters class.

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

Parameters

name
String

The unique name of the Data Lake Store account to add.

suffix
String

The optional suffix for the Data Lake Store account.

Applies to