你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IOperationResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.OperationResultTypeConverter))]
public interface IOperationResult : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.OperationResultTypeConverter))>]
type IOperationResult = interface
    interface IJsonSerializable
Public Interface IOperationResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

EndTime

End time

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Message

The error message.

Name

The name of the resource

PercentComplete

Percent completion

StartTime

Start time

Status

The operation status

Target

The error target.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to