BackupResourceConfig Constructors
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.
Overloads
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. |
BackupResourceConfig()
Initializes a new instance of the BackupResourceConfig class.
public BackupResourceConfig ();
Public Sub New ()
Applies to
BackupResourceConfig(String, String, String, Nullable<Boolean>, String, String)
Initializes a new instance of the BackupResourceConfig class.
public BackupResourceConfig (string storageModelType = default, string storageType = default, string storageTypeState = default, bool? crossRegionRestoreFlag = default, string dedupState = default, string xcoolState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfig : string * string * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfig
Public Sub New (Optional storageModelType As String = Nothing, Optional storageType As String = Nothing, Optional storageTypeState As String = Nothing, Optional crossRegionRestoreFlag As Nullable(Of Boolean) = Nothing, Optional dedupState As String = Nothing, Optional xcoolState As String = Nothing)
Parameters
- storageModelType
- String
Storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant'
- storageType
- String
Storage type. Possible values include: 'Invalid', 'GeoRedundant', 'LocallyRedundant', 'ZoneRedundant', 'ReadAccessGeoZoneRedundant'
- storageTypeState
- String
Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. Possible values include: 'Invalid', 'Locked', 'Unlocked'
- dedupState
- String
Vault Dedup state. Possible values include: 'Invalid', 'Enabled', 'Disabled'
- xcoolState
- String
Vault x-cool state. Possible values include: 'Invalid', 'Enabled', 'Disabled'