public class AddStorageAccountParameters extends Object
Constructor and Description |
---|
AddStorageAccountParameters() |
Modifier and Type | Method and Description |
---|---|
String |
accessKey()
Get the access key associated with this Azure Storage account that will be used to connect to it.
|
String |
suffix()
Get the optional suffix for the storage account.
|
AddStorageAccountParameters |
withAccessKey(String accessKey)
Set the access key associated with this Azure Storage account that will be used to connect to it.
|
AddStorageAccountParameters |
withSuffix(String suffix)
Set the optional suffix for the storage account.
|
public String accessKey()
public AddStorageAccountParameters withAccessKey(String accessKey)
accessKey
- the accessKey value to setpublic String suffix()
public AddStorageAccountParameters withSuffix(String suffix)
suffix
- the suffix value to setCopyright © 2019. All rights reserved.