次の方法で共有


OperationResultsDescription Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.OperationResultsDescriptionTypeConverter))]
public class OperationResultsDescription : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IOperationResultsDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.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

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.

ResourceGroupName

Gets the resource group name

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.HealthcareApis.Models.Api20211101.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