SapSoftwareConfiguration Class

Definition

The SAP Software configuration Input. Please note SapSoftwareConfiguration 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 ExternalInstallationSoftwareConfiguration, SapInstallWithoutOSConfigSoftwareConfiguration and ServiceInitiatedSoftwareConfiguration.

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

Constructors

SapSoftwareConfiguration()

Initializes a new instance of SapSoftwareConfiguration.

Explicit Interface Implementations

IJsonModel<SapSoftwareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapSoftwareConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapSoftwareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapSoftwareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapSoftwareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to