EnqueueServerProperties Class

Definition

Defines the SAP Enqueue Server properties.

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

Constructors

EnqueueServerProperties()

Initializes a new instance of EnqueueServerProperties.

Properties

Health

Defines the health of SAP Instances.

Hostname

Enqueue Server SAP Hostname.

IPAddress

Enqueue Server SAP IP Address.

Port

Enqueue Server Port.

Explicit Interface Implementations

IJsonModel<EnqueueServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnqueueServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnqueueServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnqueueServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnqueueServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to