StorageBundle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Storage account bundle consists of key vault storage account details plus its attributes.
public class StorageBundle
type StorageBundle = class
Public Class StorageBundle
- Inheritance
-
StorageBundle
- Derived
Constructors
StorageBundle() |
Initializes a new instance of the StorageBundle class. |
StorageBundle(String, String, String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>) |
Initializes a new instance of the StorageBundle class. |
Properties
ActiveKeyName |
Gets the current active storage account key name. |
Attributes |
Gets the storage account attributes. |
AutoRegenerateKey |
Gets whether keyvault should manage the storage account for the user. |
Id |
Gets the storage account id. |
RegenerationPeriod |
Gets the key regeneration time duration specified in ISO-8601 format. |
ResourceId |
Gets the storage account resource id. |
Tags |
Gets application specific metadata in the form of key-value pairs |