TriggerDataMoveRequest 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
TriggerDataMoveRequest() |
Initializes a new instance of the TriggerDataMoveRequest class. |
TriggerDataMoveRequest(String, String, String, String, IList<String>, Nullable<Boolean>) |
Initializes a new instance of the TriggerDataMoveRequest class. |
TriggerDataMoveRequest()
Initializes a new instance of the TriggerDataMoveRequest class.
public TriggerDataMoveRequest ();
Public Sub New ()
Applies to
TriggerDataMoveRequest(String, String, String, String, IList<String>, Nullable<Boolean>)
Initializes a new instance of the TriggerDataMoveRequest class.
public TriggerDataMoveRequest (string sourceResourceId, string sourceRegion, string dataMoveLevel, string correlationId, System.Collections.Generic.IList<string> sourceContainerArmIds = default, bool? pauseGC = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.TriggerDataMoveRequest : string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.TriggerDataMoveRequest
Public Sub New (sourceResourceId As String, sourceRegion As String, dataMoveLevel As String, correlationId As String, Optional sourceContainerArmIds As IList(Of String) = Nothing, Optional pauseGC As Nullable(Of Boolean) = Nothing)
Parameters
- sourceResourceId
- String
ARM Id of source vault
- sourceRegion
- String
Source Region
- dataMoveLevel
- String
DataMove Level. Possible values include: 'Invalid', 'Vault', 'Container'
- correlationId
- String
Correlation Id
Applies to
Azure SDK for .NET