SiteRecoverySupportedOSDetails Class

Definition

Supported operating system details.

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

Properties

OSName

The name.

OSType

The type.

OSVersions

The list of version for operating system.

Explicit Interface Implementations

IJsonModel<SiteRecoverySupportedOSDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoverySupportedOSDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoverySupportedOSDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoverySupportedOSDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoverySupportedOSDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to