DeploymentWithOSConfiguration Class

Definition

Deployment along with OS Configuration.

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

Constructors

DeploymentWithOSConfiguration()

Initializes a new instance of DeploymentWithOSConfiguration.

Properties

AppLocation

The geo-location where the SAP system is to be created.

InfrastructureConfiguration

The infrastructure configuration. 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.

OSSapConfiguration

The OS and SAP configuration.

SoftwareConfiguration

The software configuration. 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.

Explicit Interface Implementations

IJsonModel<DeploymentWithOSConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentWithOSConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SapConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SapConfiguration)
IPersistableModel<DeploymentWithOSConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentWithOSConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentWithOSConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SapConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SapConfiguration)

Applies to