SwitchProviderProperties Class

Definition

Input definition for switch provider input properties.

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

Constructors

SwitchProviderProperties()

Initializes a new instance of SwitchProviderProperties.

Properties

ProviderSpecificDetails

Provider specific settings. Please note SwitchProviderSpecificContent 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 InMageAzureV2SwitchProviderContent.

TargetInstanceType

Target provider type.

Explicit Interface Implementations

IJsonModel<SwitchProviderProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SwitchProviderProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SwitchProviderProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SwitchProviderProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SwitchProviderProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to