OSSapConfiguration Class

Definition

Defines the OS and SAP Configurations for Deployment.

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

Constructors

OSSapConfiguration()

Initializes a new instance of OSSapConfiguration.

Properties

DeployerVmPackages

The url and storage account ID where deployer VM packages are uploaded.

SapFqdn

The FQDN to set for the SAP system.

Explicit Interface Implementations

IJsonModel<OSSapConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OSSapConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OSSapConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OSSapConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OSSapConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to