StorageCapability 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.
The storage account type capability.
public class StorageCapability
type StorageCapability = class
Public Class StorageCapability
- Inheritance
-
StorageCapability
Constructors
StorageCapability() |
Initializes a new instance of the StorageCapability class. |
StorageCapability(String, Nullable<CapabilityStatus>, String) |
Initializes a new instance of the StorageCapability class. |
Properties
Reason |
Gets or sets the reason for the capability not being available. |
Status |
Gets the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled' |
StorageAccountType |
Gets the storage account type for the database's backups. Possible values include: 'GRS', 'LRS', 'ZRS' |
Applies to
Azure SDK for .NET