ArmRecoveryServicesModelFactory.VaultPropertiesMoveDetails 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 VaultPropertiesMoveDetails.
public static Azure.ResourceManager.RecoveryServices.Models.VaultPropertiesMoveDetails VaultPropertiesMoveDetails (string operationId = default, DateTimeOffset? startOn = default, DateTimeOffset? completedOn = default, Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier targetResourceId = default);
static member VaultPropertiesMoveDetails : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServices.Models.VaultPropertiesMoveDetails
Public Shared Function VaultPropertiesMoveDetails (Optional operationId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional completedOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceResourceId As ResourceIdentifier = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing) As VaultPropertiesMoveDetails
Parameters
- operationId
- String
OperationId of the Resource Move Operation.
- startOn
- Nullable<DateTimeOffset>
Start Time of the Resource Move Operation.
- completedOn
- Nullable<DateTimeOffset>
End Time of the Resource Move Operation.
- sourceResourceId
- ResourceIdentifier
Source Resource of the Resource Move Operation.
- targetResourceId
- ResourceIdentifier
Target Resource of the Resource Move Operation.
Returns
A new VaultPropertiesMoveDetails instance for mocking.