Class StorageBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.StorageBundle
-
- Direct Known Subclasses:
DeletedStorageBundle
public class StorageBundle extends Object
A Storage account bundle consists of key vault storage account details plus its attributes.
-
-
Constructor Summary
Constructors Constructor Description StorageBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactiveKeyName()Get the activeKeyName value.StorageAccountAttributesattributes()Get the attributes value.BooleanautoRegenerateKey()Get the autoRegenerateKey value.Stringid()Get the id value.StringregenerationPeriod()Get the regenerationPeriod value.StringresourceId()Get the resourceId value.Map<String,String>tags()Get the tags value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
activeKeyName
public String activeKeyName()
Get the activeKeyName value.- Returns:
- the activeKeyName value
-
autoRegenerateKey
public Boolean autoRegenerateKey()
Get the autoRegenerateKey value.- Returns:
- the autoRegenerateKey value
-
regenerationPeriod
public String regenerationPeriod()
Get the regenerationPeriod value.- Returns:
- the regenerationPeriod value
-
attributes
public StorageAccountAttributes attributes()
Get the attributes value.- Returns:
- the attributes value
-
-