VaultPropertiesMoveDetails 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
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
- sourceResourceId
- String
Source Resource of the Resource Move Operation
- targetResourceId
- String
Target Resource of the Resource Move Operation
Applies to
Azure SDK for .NET