Class StorageAccountCreateParameters
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.StorageAccountCreateParameters
-
public class StorageAccountCreateParameters extends Object
The storage account create parameters.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountCreateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactiveKeyName()Get the activeKeyName value.booleanautoRegenerateKey()Get the autoRegenerateKey value.StringregenerationPeriod()Get the regenerationPeriod value.StringresourceId()Get the resourceId value.StorageAccountAttributesstorageAccountAttributes()Get the storageAccountAttributes value.Map<String,String>tags()Get the tags value.StorageAccountCreateParameterswithActiveKeyName(String activeKeyName)Set the activeKeyName value.StorageAccountCreateParameterswithAutoRegenerateKey(boolean autoRegenerateKey)Set the autoRegenerateKey value.StorageAccountCreateParameterswithRegenerationPeriod(String regenerationPeriod)Set the regenerationPeriod value.StorageAccountCreateParameterswithResourceId(String resourceId)Set the resourceId value.StorageAccountCreateParameterswithStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)Set the storageAccountAttributes value.StorageAccountCreateParameterswithTags(Map<String,String> tags)Set the tags value.
-
-
-
Method Detail
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
withResourceId
public StorageAccountCreateParameters withResourceId(String resourceId)
Set the resourceId value.- Parameters:
resourceId- the resourceId value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
activeKeyName
public String activeKeyName()
Get the activeKeyName value.- Returns:
- the activeKeyName value
-
withActiveKeyName
public StorageAccountCreateParameters withActiveKeyName(String activeKeyName)
Set the activeKeyName value.- Parameters:
activeKeyName- the activeKeyName value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
autoRegenerateKey
public boolean autoRegenerateKey()
Get the autoRegenerateKey value.- Returns:
- the autoRegenerateKey value
-
withAutoRegenerateKey
public StorageAccountCreateParameters withAutoRegenerateKey(boolean autoRegenerateKey)
Set the autoRegenerateKey value.- Parameters:
autoRegenerateKey- the autoRegenerateKey value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
regenerationPeriod
public String regenerationPeriod()
Get the regenerationPeriod value.- Returns:
- the regenerationPeriod value
-
withRegenerationPeriod
public StorageAccountCreateParameters withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.- Parameters:
regenerationPeriod- the regenerationPeriod value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
storageAccountAttributes
public StorageAccountAttributes storageAccountAttributes()
Get the storageAccountAttributes value.- Returns:
- the storageAccountAttributes value
-
withStorageAccountAttributes
public StorageAccountCreateParameters withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.- Parameters:
storageAccountAttributes- the storageAccountAttributes value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
withTags
public StorageAccountCreateParameters withTags(Map<String,String> tags)
Set the tags value.- Parameters:
tags- the tags value to set- Returns:
- the StorageAccountCreateParameters object itself.
-
-