Share via


VaultPropertiesMoveDetails Constructors

Definition

Overloads

VaultPropertiesMoveDetails()

Initializes a new instance of the VaultPropertiesMoveDetails class.

VaultPropertiesMoveDetails(String, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the VaultPropertiesMoveDetails class.

VaultPropertiesMoveDetails()

Initializes a new instance of the VaultPropertiesMoveDetails class.

public VaultPropertiesMoveDetails ();
Public Sub New ()

Applies to

VaultPropertiesMoveDetails(String, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the VaultPropertiesMoveDetails class.

public VaultPropertiesMoveDetails (string operationId = default, DateTime? startTimeUtc = default, DateTime? completionTimeUtc = default, string sourceResourceId = default, string targetResourceId = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails : string * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesMoveDetails
Public Sub New (Optional operationId As String = Nothing, Optional startTimeUtc As Nullable(Of DateTime) = Nothing, Optional completionTimeUtc As Nullable(Of DateTime) = Nothing, Optional sourceResourceId As String = Nothing, Optional targetResourceId As String = Nothing)

Parameters

operationId
String

OperationId of the Resource Move Operation

startTimeUtc
Nullable<DateTime>

Start Time of the Resource Move Operation

completionTimeUtc
Nullable<DateTime>

End Time of the Resource Move Operation

sourceResourceId
String

Source Resource of the Resource Move Operation

targetResourceId
String

Target Resource of the Resource Move Operation

Applies to