다음을 통해 공유


OperationalInsightsWorkspaceFailoverProperties Class

Definition

The failover state of the replication.

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

Constructors

OperationalInsightsWorkspaceFailoverProperties()

Initializes a new instance of OperationalInsightsWorkspaceFailoverProperties.

Properties

LastModifiedOn

The last time when the failover state was updated.

State

The failover state of the replication.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OperationalInsightsWorkspaceFailoverProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsWorkspaceFailoverProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsWorkspaceFailoverProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsWorkspaceFailoverProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsWorkspaceFailoverProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to