次の方法で共有


IOperationResultsDescription Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.OperationResultsDescriptionTypeConverter))]
public interface IOperationResultsDescription : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.OperationResultsDescriptionTypeConverter))>]
type IOperationResultsDescription = interface
    interface IJsonSerializable
Public Interface IOperationResultsDescription
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EndTime

The time that the operation finished.

Id

The ID of the operation returned.

Name

The name of the operation result.

Property

Additional properties of the operation result.

StartTime

The time that the operation was started.

Status

The status of the operation being performed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to