MessageServerProperties interface
Defines the SAP message server properties.
Properties
health | Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server. |
hostname | message server SAP Hostname. NOTE: This property will not be serialized. It can only be populated by the server. |
http |
message server HTTP Port. NOTE: This property will not be serialized. It can only be populated by the server. |
https |
message server HTTPS Port. NOTE: This property will not be serialized. It can only be populated by the server. |
internal |
message server internal MS port. NOTE: This property will not be serialized. It can only be populated by the server. |
ip |
message server IP Address. NOTE: This property will not be serialized. It can only be populated by the server. |
ms |
message server port. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
health
Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
hostname
message server SAP Hostname. NOTE: This property will not be serialized. It can only be populated by the server.
hostname?: string
Property Value
string
httpPort
message server HTTP Port. NOTE: This property will not be serialized. It can only be populated by the server.
httpPort?: number
Property Value
number
httpsPort
message server HTTPS Port. NOTE: This property will not be serialized. It can only be populated by the server.
httpsPort?: number
Property Value
number
internalMsPort
message server internal MS port. NOTE: This property will not be serialized. It can only be populated by the server.
internalMsPort?: number
Property Value
number
ipAddress
message server IP Address. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
msPort
message server port. NOTE: This property will not be serialized. It can only be populated by the server.
msPort?: number
Property Value
number
Azure SDK for JavaScript