Class AddStorageAccountWithAccountParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.AddStorageAccountWithAccountParameters
The parameters used to add a new Azure Storage account while creating a new
Data Lake Analytics account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the access key associated with this Azure Storage account that will be used to connect to it.name()
Get the unique name of the Azure Storage account to add.suffix()
Get the optional suffix for the storage account.withAccessKey
(String accessKey) Set the access key associated with this Azure Storage account that will be used to connect to it.Set the unique name of the Azure Storage account to add.withSuffix
(String suffix) Set the optional suffix for the storage account.
-
Constructor Details
-
AddStorageAccountWithAccountParameters
public AddStorageAccountWithAccountParameters()
-
-
Method Details
-
name
Get the unique name of the Azure Storage account to add.- Returns:
- the name value
-
withName
Set the unique name of the Azure Storage account to add.- Parameters:
name
- the name value to set- Returns:
- the AddStorageAccountWithAccountParameters object itself.
-
accessKey
Get the access key associated with this Azure Storage account that will be used to connect to it.- Returns:
- the accessKey value
-
withAccessKey
Set the access key associated with this Azure Storage account that will be used to connect to it.- Parameters:
accessKey
- the accessKey value to set- Returns:
- the AddStorageAccountWithAccountParameters object itself.
-
suffix
Get the optional suffix for the storage account.- Returns:
- the suffix value
-
withSuffix
Set the optional suffix for the storage account.- Parameters:
suffix
- the suffix value to set- Returns:
- the AddStorageAccountWithAccountParameters object itself.
-