다음을 통해 공유


ScheduledActionResourceStatus Class

Definition

The status of a resource after a resource level operation was performed.

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

Properties

Error

Errors encountered while trying to perform.

ResourceId

The arm identifier of the resource.

Status

The state the resource is currently on.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScheduledActionResourceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduledActionResourceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduledActionResourceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledActionResourceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduledActionResourceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to