SapConfiguration Class

Definition

The SAP Configuration. Please note this is the abstract base class. The derived classes available for instantiation are: DiscoveryConfiguration, DeploymentConfiguration, and DeploymentWithOSConfiguration.

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

Constructors

Name Description
SapConfiguration()

Initializes a new instance of SapConfiguration.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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