다음을 통해 공유


OperationResultsDescription Class

Definition

The properties indicating the operation result of an operation on a service.

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

Constructors

OperationResultsDescription()

Creates an new OperationResultsDescription instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationResultsDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationResultsDescription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IOperationResultsDescription.

FromJsonString(String)

Creates a new instance of OperationResultsDescription, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationResultsDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to