GatewayServerProperties Class

Definition

Defines the SAP Gateway Server properties.

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

Constructors

GatewayServerProperties()

Initializes a new instance of GatewayServerProperties.

Properties

Health

Defines the health of SAP Instances.

Port

Gateway Port.

Explicit Interface Implementations

IJsonModel<GatewayServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to