ArmDataProtectionBackupModelFactory.BackupVaultResourceMoveDetails Method
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.
Initializes a new instance of BackupVaultResourceMoveDetails.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultResourceMoveDetails BackupVaultResourceMoveDetails (string operationId = default, DateTimeOffset? startOn = default, DateTimeOffset? completeOn = default, string sourceResourcePath = default, string targetResourcePath = default);
static member BackupVaultResourceMoveDetails : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultResourceMoveDetails
Public Shared Function BackupVaultResourceMoveDetails (Optional operationId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional completeOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceResourcePath As String = Nothing, Optional targetResourcePath As String = Nothing) As BackupVaultResourceMoveDetails
Parameters
- operationId
- String
CorrelationId of latest ResourceMove operation attempted.
- startOn
- Nullable<DateTimeOffset>
Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
- completeOn
- Nullable<DateTimeOffset>
Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
- sourceResourcePath
- String
ARM resource path of source resource.
- targetResourcePath
- String
ARM resource path of target resource used in latest ResourceMove operation.
Returns
A new BackupVaultResourceMoveDetails instance for mocking.