共用方式為


OperationResultsDescription Constructors

Definition

Overloads

OperationResultsDescription()

Initializes a new instance of the OperationResultsDescription class.

OperationResultsDescription(String, String, String, String, String, Object)

Initializes a new instance of the OperationResultsDescription class.

OperationResultsDescription()

Initializes a new instance of the OperationResultsDescription class.

public OperationResultsDescription ();
Public Sub New ()

Applies to

OperationResultsDescription(String, String, String, String, String, Object)

Initializes a new instance of the OperationResultsDescription class.

public OperationResultsDescription (string id = default, string name = default, string status = default, string startTime = default, string endTime = default, object properties = default);
new Microsoft.Azure.Management.HealthcareApis.Models.OperationResultsDescription : string * string * string * string * string * obj -> Microsoft.Azure.Management.HealthcareApis.Models.OperationResultsDescription
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional properties As Object = Nothing)

Parameters

id
String

The ID of the operation returned.

name
String

The name of the operation result.

status
String

The status of the operation being performed. Possible values include: 'Canceled', 'Succeeded', 'Failed', 'Requested', 'Running'

startTime
String

The time that the operation was started.

endTime
String

The time that the operation finished.

properties
Object

Additional properties of the operation result.

Applies to