IOperationResult Interface

Definition

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

Properties

Name Description
Code

The code of the error.

EndTime

The operation end time (ISO 8601 UTC standard).

Id

ID of the resource.

Message

The error message.

Name

Name of the resource.

NextLink

The URL to get the next set of results.

PercentComplete

Percentage completed.

Property

Any object

StartTime

The operation start time (ISO 8601 UTC standard).

Status

The status of operation.

Value

A list of results when the operation returns multiple results.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to