Class AddDataLakeStoreWithAccountParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.AddDataLakeStoreWithAccountParameters
The parameters used to add a new Data Lake Store account while creating a
new Data Lake Analytics account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the unique name of the Data Lake Store account to add.suffix()
Get the optional suffix for the Data Lake Store account.Set the unique name of the Data Lake Store account to add.withSuffix
(String suffix) Set the optional suffix for the Data Lake Store account.
-
Constructor Details
-
AddDataLakeStoreWithAccountParameters
public AddDataLakeStoreWithAccountParameters()
-
-
Method Details
-
name
Get the unique name of the Data Lake Store account to add.- Returns:
- the name value
-
withName
Set the unique name of the Data Lake Store account to add.- Parameters:
name
- the name value to set- Returns:
- the AddDataLakeStoreWithAccountParameters object itself.
-
suffix
Get the optional suffix for the Data Lake Store account.- Returns:
- the suffix value
-
withSuffix
Set the optional suffix for the Data Lake Store account.- Parameters:
suffix
- the suffix value to set- Returns:
- the AddDataLakeStoreWithAccountParameters object itself.
-