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 String
activeKeyName()
Get the activeKeyName value.boolean
autoRegenerateKey()
Get the autoRegenerateKey value.String
regenerationPeriod()
Get the regenerationPeriod value.String
resourceId()
Get the resourceId value.StorageAccountAttributes
storageAccountAttributes()
Get the storageAccountAttributes value.Map<String,String>
tags()
Get the tags value.StorageAccountCreateParameters
withActiveKeyName(String activeKeyName)
Set the activeKeyName value.StorageAccountCreateParameters
withAutoRegenerateKey(boolean autoRegenerateKey)
Set the autoRegenerateKey value.StorageAccountCreateParameters
withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.StorageAccountCreateParameters
withResourceId(String resourceId)
Set the resourceId value.StorageAccountCreateParameters
withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.StorageAccountCreateParameters
withTags(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.
-
-