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

ResourceOperationDetails Class

Definition

The details of a response from an operation on a resource.

public class ResourceOperationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationDetails>
type ResourceOperationDetails = class
    interface IJsonModel<ResourceOperationDetails>
    interface IPersistableModel<ResourceOperationDetails>
Public Class ResourceOperationDetails
Implements IJsonModel(Of ResourceOperationDetails), IPersistableModel(Of ResourceOperationDetails)
Inheritance
ResourceOperationDetails
Implements

Properties

CompletedOn

Time the operation was complete if errors are null.

Deadline

Deadline for the operation.

DeadlineType

Type of deadline of the operation.

OperationId

Operation identifier for the unique operation.

OpType

Type of operation performed on the resources.

ResourceId

Unique identifier for the resource involved in the operation, eg ArmId.

ResourceOperationError

Operation level errors if they exist.

RetryPolicy

Retry policy the user can pass.

State

Current state of the operation.

SubscriptionId

Subscription id attached to the request.

TimeZone

Timezone for the operation.

Explicit Interface Implementations

IJsonModel<ResourceOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ResourceOperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceOperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ResourceOperationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to