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>) |
Initializes a new instance of the BackupResourceConfig class. |
Properties
CrossRegionRestoreFlag |
Gets or sets opt in details of Cross Region Restore feature. |
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' |
Applies to
Azure SDK for .NET