SapInstallWithoutOSConfigSoftwareConfiguration Class

Definition

The SAP Software configuration Input when the software is to be installed by service without OS Configurations.

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

Constructors

SapInstallWithoutOSConfigSoftwareConfiguration(Uri, String, String)

Initializes a new instance of SapInstallWithoutOSConfigSoftwareConfiguration.

Properties

BomUri

The URL to the SAP Build of Materials(BOM) file.

HighAvailabilitySoftwareConfiguration

Gets or sets the HA software configuration.

SapBitsStorageAccountId

The SAP bits storage account id.

SoftwareVersion

The software version to install.

Explicit Interface Implementations

IJsonModel<SapInstallWithoutOSConfigSoftwareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapInstallWithoutOSConfigSoftwareConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SapSoftwareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SapSoftwareConfiguration)
IPersistableModel<SapInstallWithoutOSConfigSoftwareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapInstallWithoutOSConfigSoftwareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapInstallWithoutOSConfigSoftwareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SapSoftwareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SapSoftwareConfiguration)

Applies to