public class AddStorageAccountWithAccountParameters extends Object
Constructor and Description |
---|
AddStorageAccountWithAccountParameters() |
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 |
name()
Get the unique name of the Azure Storage account to add.
|
String |
suffix()
Get the optional suffix for the storage account.
|
AddStorageAccountWithAccountParameters |
withAccessKey(String accessKey)
Set the access key associated with this Azure Storage account that will be used to connect to it.
|
AddStorageAccountWithAccountParameters |
withName(String name)
Set the unique name of the Azure Storage account to add.
|
AddStorageAccountWithAccountParameters |
withSuffix(String suffix)
Set the optional suffix for the storage account.
|
public AddStorageAccountWithAccountParameters()
public String name()
public AddStorageAccountWithAccountParameters withName(String name)
name
- the name value to setpublic String accessKey()
public AddStorageAccountWithAccountParameters withAccessKey(String accessKey)
accessKey
- the accessKey value to setpublic String suffix()
public AddStorageAccountWithAccountParameters withSuffix(String suffix)
suffix
- the suffix value to setCopyright © 2019. All rights reserved.