MessageServerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the SAP message server properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.MessageServerPropertiesTypeConverter))]
public class MessageServerProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IMessageServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.MessageServerPropertiesTypeConverter))>]
type MessageServerProperties = class
interface IMessageServerProperties
interface IJsonSerializable
Public Class MessageServerProperties
Implements IMessageServerProperties
- Inheritance
-
MessageServerProperties
- Attributes
- Implements
Constructors
MessageServerProperties() |
Creates an new MessageServerProperties instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MessageServerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MessageServerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IMessageServerProperties. |
FromJsonString(String) |
Creates a new instance of MessageServerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MessageServerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |