SapOSConfiguration Class

Definition

Defines the OS configuration. Please note SapOSConfiguration 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 SapLinuxConfiguration and SapWindowsConfiguration.

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

Constructors

SapOSConfiguration()

Initializes a new instance of SapOSConfiguration.

Explicit Interface Implementations

IJsonModel<SapOSConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapOSConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapOSConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapOSConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapOSConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to