SiteRecoverySupportedOSProperty Class

Definition

Supported operating systems property.

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

Properties

InstanceType

The replication provider type.

SupportedOS

The list of supported operating systems.

Explicit Interface Implementations

IJsonModel<SiteRecoverySupportedOSProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoverySupportedOSProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoverySupportedOSProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoverySupportedOSProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoverySupportedOSProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to