다음을 통해 공유


ClusterTestFailoverContent Class

Definition

Input definition for test cluster failover.

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

Constructors

ClusterTestFailoverContent(ClusterTestFailoverContentProperties)

Initializes a new instance of ClusterTestFailoverContent.

Properties

Properties

Test failover input properties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterTestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterTestFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterTestFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterTestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterTestFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to