CentralServerConfiguration Class

Definition

Gets or sets the central server configuration.

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

Constructors

CentralServerConfiguration(ResourceIdentifier, SapVirtualMachineConfiguration, Int64)

Initializes a new instance of CentralServerConfiguration.

Properties

InstanceCount

The number of central server VMs.

SubnetId

The subnet id.

VirtualMachineConfiguration

Gets or sets the virtual machine configuration.

Explicit Interface Implementations

IJsonModel<CentralServerConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CentralServerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CentralServerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CentralServerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CentralServerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to