AddDataLakeStoreWithAccountParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET