AddStorageAccountParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. AddStorageAccountParameters
- com.
public class AddStorageAccountParameters
Storage account parameters for a storage account being added to a Data Lake Analytics account.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accessKey()
Get the accessKey value. |
String |
suffix()
Get the suffix value. |
Add |
withAccessKey(String accessKey)
Set the accessKey value. |
Add |
withSuffix(String suffix)
Set the suffix value. |
Method Details
accessKey
public String accessKey()
Get the accessKey value.
Returns:
suffix
public String suffix()
Get the suffix value.
Returns:
withAccessKey
public AddStorageAccountParameters withAccessKey(String accessKey)
Set the accessKey value.
Parameters:
Returns:
withSuffix
public AddStorageAccountParameters withSuffix(String suffix)
Set the suffix value.
Parameters:
Returns: