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