SapWindowsConfiguration Class

Definition

Specifies Windows operating system settings on the virtual machine.

public class SapWindowsConfiguration : Azure.ResourceManager.Workloads.Models.SapOSConfiguration
public class SapWindowsConfiguration : Azure.ResourceManager.Workloads.Models.SapOSConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapWindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapWindowsConfiguration>
type SapWindowsConfiguration = class
    inherit SapOSConfiguration
type SapWindowsConfiguration = class
    inherit SapOSConfiguration
    interface IJsonModel<SapWindowsConfiguration>
    interface IPersistableModel<SapWindowsConfiguration>
Public Class SapWindowsConfiguration
Inherits SapOSConfiguration
Public Class SapWindowsConfiguration
Inherits SapOSConfiguration
Implements IJsonModel(Of SapWindowsConfiguration), IPersistableModel(Of SapWindowsConfiguration)
Inheritance
SapWindowsConfiguration
Implements

Constructors

SapWindowsConfiguration()

Initializes a new instance of SapWindowsConfiguration.

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.

(Inherited from SapOSConfiguration)
IJsonModel<SapOSConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SapOSConfiguration)
IJsonModel<SapWindowsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapWindowsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapOSConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SapOSConfiguration)
IPersistableModel<SapOSConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SapOSConfiguration)
IPersistableModel<SapOSConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SapOSConfiguration)
IPersistableModel<SapWindowsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapWindowsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapWindowsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to