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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET