InfrastructureConfiguration Class

Definition

Deploy SAP Infrastructure Details. Please note InfrastructureConfiguration 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 SingleServerConfiguration and ThreeTierConfiguration.

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

Constructors

InfrastructureConfiguration(String)

Initializes a new instance of InfrastructureConfiguration.

Properties

AppResourceGroup

The application resource group where SAP system resources will be deployed.

Explicit Interface Implementations

IJsonModel<InfrastructureConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InfrastructureConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InfrastructureConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InfrastructureConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InfrastructureConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to