Class StorageAccountUpdateParameters
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.StorageAccountUpdateParameters
-
public class StorageAccountUpdateParameters extends Object
The storage account update parameters.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
activeKeyName()
Get the activeKeyName value.Boolean
autoRegenerateKey()
Get the autoRegenerateKey value.String
regenerationPeriod()
Get the regenerationPeriod value.StorageAccountAttributes
storageAccountAttributes()
Get the storageAccountAttributes value.Map<String,String>
tags()
Get the tags value.StorageAccountUpdateParameters
withActiveKeyName(String activeKeyName)
Set the activeKeyName value.StorageAccountUpdateParameters
withAutoRegenerateKey(Boolean autoRegenerateKey)
Set the autoRegenerateKey value.StorageAccountUpdateParameters
withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.StorageAccountUpdateParameters
withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.StorageAccountUpdateParameters
withTags(Map<String,String> tags)
Set the tags value.
-
-
-
Method Detail
-
activeKeyName
public String activeKeyName()
Get the activeKeyName value.- Returns:
- the activeKeyName value
-
withActiveKeyName
public StorageAccountUpdateParameters withActiveKeyName(String activeKeyName)
Set the activeKeyName value.- Parameters:
activeKeyName
- the activeKeyName value to set- Returns:
- the StorageAccountUpdateParameters object itself.
-
autoRegenerateKey
public Boolean autoRegenerateKey()
Get the autoRegenerateKey value.- Returns:
- the autoRegenerateKey value
-
withAutoRegenerateKey
public StorageAccountUpdateParameters withAutoRegenerateKey(Boolean autoRegenerateKey)
Set the autoRegenerateKey value.- Parameters:
autoRegenerateKey
- the autoRegenerateKey value to set- Returns:
- the StorageAccountUpdateParameters object itself.
-
regenerationPeriod
public String regenerationPeriod()
Get the regenerationPeriod value.- Returns:
- the regenerationPeriod value
-
withRegenerationPeriod
public StorageAccountUpdateParameters withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.- Parameters:
regenerationPeriod
- the regenerationPeriod value to set- Returns:
- the StorageAccountUpdateParameters object itself.
-
storageAccountAttributes
public StorageAccountAttributes storageAccountAttributes()
Get the storageAccountAttributes value.- Returns:
- the storageAccountAttributes value
-
withStorageAccountAttributes
public StorageAccountUpdateParameters withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.- Parameters:
storageAccountAttributes
- the storageAccountAttributes value to set- Returns:
- the StorageAccountUpdateParameters object itself.
-
withTags
public StorageAccountUpdateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags
- the tags value to set- Returns:
- the StorageAccountUpdateParameters object itself.
-
-