Uses of Class
com.microsoft.azure.management.datalake.analytics.models.AddStorageAccountWithAccountParameters
Packages that use AddStorageAccountWithAccountParameters
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of AddStorageAccountWithAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return AddStorageAccountWithAccountParametersModifier and TypeMethodDescriptionAddStorageAccountWithAccountParameters.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.AddStorageAccountWithAccountParameters.withSuffix
(String suffix) Set the optional suffix for the storage account.Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type AddStorageAccountWithAccountParametersModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.storageAccounts()
Get the list of Azure Blob Storage accounts associated with this account.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type AddStorageAccountWithAccountParametersModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.withStorageAccounts
(List<AddStorageAccountWithAccountParameters> storageAccounts) Set the list of Azure Blob Storage accounts associated with this account.