MessageServerProperties Class

Definition

Defines the SAP Message Server properties.

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

Constructors

MessageServerProperties()

Initializes a new instance of MessageServerProperties.

Properties

Health

Defines the health of SAP Instances.

Hostname

Message Server SAP Hostname.

HttpPort

Message Server HTTP Port.

HttpsPort

Message Server HTTPS Port.

InternalMsPort

Message Server internal MS port.

IPAddress

Message server IP Address.

MsPort

Message Server port.

Explicit Interface Implementations

IJsonModel<MessageServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MessageServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MessageServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MessageServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MessageServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to