你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageServerProperties Class

Definition

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()

Applies to