다음을 통해 공유


IOperationResultsDescription Interface

Definition

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

Properties

Id

The ID of the operation returned.

Name

The name 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