SapConfiguration Class

Definition

The SAP Configuration. Please note SapConfiguration 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 DeploymentConfiguration, DeploymentWithOSConfiguration and DiscoveryConfiguration.

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

Constructors

SapConfiguration()

Initializes a new instance of SapConfiguration.

Explicit Interface Implementations

IJsonModel<SapConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to