Share via


ArmWorkloadsSapVirtualInstanceModelFactory.MessageServerProperties Method

Definition

Initializes a new instance of MessageServerProperties.

public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties MessageServerProperties(long? msPort = default, long? internalMsPort = default, long? httpPort = default, long? httpsPort = default, string hostname = default, System.Net.IPAddress ipAddress = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default);
static member MessageServerProperties : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string * System.Net.IPAddress * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState> -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties
Public Shared Function MessageServerProperties (Optional msPort As Nullable(Of Long) = Nothing, Optional internalMsPort As Nullable(Of Long) = Nothing, Optional httpPort As Nullable(Of Long) = Nothing, Optional httpsPort As Nullable(Of Long) = Nothing, Optional hostname As String = Nothing, Optional ipAddress As IPAddress = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As MessageServerProperties

Parameters

msPort
Nullable<Int64>

message server port.

internalMsPort
Nullable<Int64>

message server internal MS port.

httpPort
Nullable<Int64>

message server HTTP Port.

httpsPort
Nullable<Int64>

message server HTTPS Port.

hostname
String

message server SAP Hostname.

ipAddress
IPAddress

message server IP Address.

health
Nullable<SapHealthState>

Defines the health of SAP Instances.

Returns

A new MessageServerProperties instance for mocking.

Applies to