Share via


UpdateDataLakeStoreWithAccountParameters Constructors

Definition

Overloads

UpdateDataLakeStoreWithAccountParameters()

Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.

UpdateDataLakeStoreWithAccountParameters(String, String)

Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.

UpdateDataLakeStoreWithAccountParameters()

Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.

public UpdateDataLakeStoreWithAccountParameters ();
Public Sub New ()

Applies to

UpdateDataLakeStoreWithAccountParameters(String, String)

Initializes a new instance of the UpdateDataLakeStoreWithAccountParameters class.

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

Parameters

name
String

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

suffix
String

The optional suffix for the Data Lake Store account.

Applies to