共用方式為


ResourceMoveDetails Constructors

Definition

Overloads

ResourceMoveDetails()

Initializes a new instance of the ResourceMoveDetails class.

ResourceMoveDetails(String, Nullable<DateTime>)

Initializes a new instance of the ResourceMoveDetails class.

ResourceMoveDetails()

Initializes a new instance of the ResourceMoveDetails class.

public ResourceMoveDetails ();
Public Sub New ()

Applies to

ResourceMoveDetails(String, Nullable<DateTime>)

Initializes a new instance of the ResourceMoveDetails class.

public ResourceMoveDetails (string operationInProgress = default, DateTime? operationInProgressLockTimeoutInUTC = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails : string * Nullable<DateTime> -> Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails
Public Sub New (Optional operationInProgress As String = Nothing, Optional operationInProgressLockTimeoutInUTC As Nullable(Of DateTime) = Nothing)

Parameters

operationInProgress
String

Denotes whether move operation is in progress. Possible values include: 'None', 'ResourceMoveInProgress', 'ResourceMoveFailed'

operationInProgressLockTimeoutInUTC
Nullable<DateTime>

Denotes the timeout of the operation to finish

Applies to