BackupResourceConfig 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 resource storage details.
public class BackupResourceConfig
type BackupResourceConfig = class
Public Class BackupResourceConfig
- Inheritance
-
BackupResourceConfig
Constructors
BackupResourceConfig() |
Initializes a new instance of the BackupResourceConfig class. |
BackupResourceConfig(String, String, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the BackupResourceConfig class. |
Properties
CrossRegionRestoreFlag |
Gets or sets opt in details of Cross Region Restore feature. |
DedupState |
Gets or sets vault Dedup state. Possible values include: 'Invalid', 'Enabled', 'Disabled' |
StorageModelType |
Gets or sets storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant' |
StorageType |
Gets or sets storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant' |
StorageTypeState |
Gets or sets locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Possible values include: 'Invalid', 'Locked', 'Unlocked' |
XcoolState |
Gets or sets vault x-cool state. Possible values include: 'Invalid', 'Enabled', 'Disabled' |
Applies to
Azure SDK for .NET