Bagikan melalui


BackupResourceConfig Constructors

Definition

Overloads

BackupResourceConfig()

Initializes a new instance of the BackupResourceConfig class.

BackupResourceConfig(String, String, String, Nullable<Boolean>)

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>)

Initializes a new instance of the BackupResourceConfig class.

public BackupResourceConfig (string storageModelType = default, string storageType = default, string storageTypeState = default, bool? crossRegionRestoreFlag = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.BackupResourceConfig : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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)

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'

crossRegionRestoreFlag
Nullable<Boolean>

Opt in details of Cross Region Restore feature.

Applies to