ArmWorkloadsModelFactory.GatewayServerProperties 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 GatewayServerProperties.
public static Azure.ResourceManager.Workloads.Models.GatewayServerProperties GatewayServerProperties (long? port = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default);
static member GatewayServerProperties : Nullable<int64> * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> -> Azure.ResourceManager.Workloads.Models.GatewayServerProperties
Public Shared Function GatewayServerProperties (Optional port As Nullable(Of Long) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As GatewayServerProperties
Parameters
- health
- Nullable<SapHealthState>
Defines the health of SAP Instances.
Returns
A new GatewayServerProperties instance for mocking.