SwitchProviderContent Class

Definition

Input definition for switch provider.

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

Constructors

SwitchProviderContent()

Initializes a new instance of SwitchProviderContent.

Properties

Properties

Switch provider input properties.

Explicit Interface Implementations

IJsonModel<SwitchProviderContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SwitchProviderContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SwitchProviderContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SwitchProviderContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SwitchProviderContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to