Share via


ArmWorkloadsModelFactory.EnqueueServerProperties Method

Definition

Initializes a new instance of EnqueueServerProperties.

public static Azure.ResourceManager.Workloads.Models.EnqueueServerProperties EnqueueServerProperties (string hostname = default, string ipAddress = default, long? port = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default);
static member EnqueueServerProperties : string * string * Nullable<int64> * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> -> Azure.ResourceManager.Workloads.Models.EnqueueServerProperties
Public Shared Function EnqueueServerProperties (Optional hostname As String = Nothing, Optional ipAddress As String = Nothing, Optional port As Nullable(Of Long) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As EnqueueServerProperties

Parameters

hostname
String

Enqueue Server SAP Hostname.

ipAddress
String

Enqueue Server SAP IP Address.

port
Nullable<Int64>

Enqueue Server Port.

health
Nullable<SapHealthState>

Defines the health of SAP Instances.

Returns

A new EnqueueServerProperties instance for mocking.

Applies to