Class AddDataLakeStoreParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.AddDataLakeStoreParameters
The parameters used to add a new Data Lake Store account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsuffix()
Get the optional suffix for the Data Lake Store account.withSuffix
(String suffix) Set the optional suffix for the Data Lake Store account.
-
Constructor Details
-
AddDataLakeStoreParameters
public AddDataLakeStoreParameters()
-
-
Method Details
-
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 AddDataLakeStoreParameters object itself.
-