ResourceMoveDetails 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
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'
Denotes the timeout of the operation to finish
Applies to
Azure SDK for .NET