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