Share via


ArmWorkloadsModelFactory.GatewayServerProperties Method

Definition

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

port
Nullable<Int64>

Gateway Port.

health
Nullable<SapHealthState>

Defines the health of SAP Instances.

Returns

A new GatewayServerProperties instance for mocking.

Applies to