ArmWorkloadsModelFactory.MessageServerProperties Method
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.
Initializes a new instance of MessageServerProperties.
public static Azure.ResourceManager.Workloads.Models.MessageServerProperties MessageServerProperties(long? msPort = default, long? internalMsPort = default, long? httpPort = default, long? httpsPort = default, string hostname = default, string ipAddress = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default);
static member MessageServerProperties : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string * string * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> -> Azure.ResourceManager.Workloads.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 String = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As MessageServerProperties
Parameters
- hostname
- String
Message Server SAP Hostname.
- ipAddress
- String
Message server IP Address.
- health
- Nullable<SapHealthState>
Defines the health of SAP Instances.
Returns
A new MessageServerProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET