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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET