TestFailoverProviderSpecificContent Class

Definition

Provider specific test failover input. Please note TestFailoverProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include A2ATestFailoverContent, HyperVReplicaAzureTestFailoverContent, InMageTestFailoverContent, InMageAzureV2TestFailoverContent and InMageRcmTestFailoverContent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownTestFailoverProviderSpecificContent))]
public abstract class TestFailoverProviderSpecificContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestFailoverProviderSpecificContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestFailoverProviderSpecificContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownTestFailoverProviderSpecificContent))>]
type TestFailoverProviderSpecificContent = class
    interface IJsonModel<TestFailoverProviderSpecificContent>
    interface IPersistableModel<TestFailoverProviderSpecificContent>
Public MustInherit Class TestFailoverProviderSpecificContent
Implements IJsonModel(Of TestFailoverProviderSpecificContent), IPersistableModel(Of TestFailoverProviderSpecificContent)
Inheritance
TestFailoverProviderSpecificContent
Derived
Attributes
Implements

Constructors

TestFailoverProviderSpecificContent()

Initializes a new instance of TestFailoverProviderSpecificContent.

Explicit Interface Implementations

IJsonModel<TestFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestFailoverProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestFailoverProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestFailoverProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to