MonitorPrivateLinkScopeOperationStatus Class

Definition

The status of operation.

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

Properties

EndOn

End time of the job in standard ISO8601 format.

Error

The error detail of the operation if any.

Id

The operation Id.

Name

The operation name.

StartOn

Start time of the job in standard ISO8601 format.

Status

The status of the operation.

Explicit Interface Implementations

IJsonModel<MonitorPrivateLinkScopeOperationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorPrivateLinkScopeOperationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to