ExternalInstallationSoftwareConfiguration Class

Definition

The SAP Software configuration Input when the software is installed externally outside the service.

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

Constructors

ExternalInstallationSoftwareConfiguration()

Initializes a new instance of ExternalInstallationSoftwareConfiguration.

Properties

CentralServerVmId

The resource ID of the virtual machine containing the central server instance.

Explicit Interface Implementations

IJsonModel<ExternalInstallationSoftwareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExternalInstallationSoftwareConfiguration>.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<ExternalInstallationSoftwareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExternalInstallationSoftwareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExternalInstallationSoftwareConfiguration>.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