Share via


ArmWorkloadsModelFactory.EnqueueReplicationServerProperties Method

Definition

Initializes a new instance of EnqueueReplicationServerProperties.

public static Azure.ResourceManager.Workloads.Models.EnqueueReplicationServerProperties EnqueueReplicationServerProperties (Azure.ResourceManager.Workloads.Models.EnqueueReplicationServerType? ersVersion = default, string instanceNo = default, string hostname = default, string kernelVersion = default, string kernelPatch = default, string ipAddress = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default);
static member EnqueueReplicationServerProperties : Nullable<Azure.ResourceManager.Workloads.Models.EnqueueReplicationServerType> * string * string * string * string * string * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> -> Azure.ResourceManager.Workloads.Models.EnqueueReplicationServerProperties
Public Shared Function EnqueueReplicationServerProperties (Optional ersVersion As Nullable(Of EnqueueReplicationServerType) = Nothing, Optional instanceNo As String = Nothing, Optional hostname As String = Nothing, Optional kernelVersion As String = Nothing, Optional kernelPatch As String = Nothing, Optional ipAddress As String = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing) As EnqueueReplicationServerProperties

Parameters

ersVersion
Nullable<EnqueueReplicationServerType>

Defines the type of Enqueue Replication Server.

instanceNo
String

ERS Instance Number.

hostname
String

ERS SAP Hostname.

kernelVersion
String

ERS SAP Kernel Version.

kernelPatch
String

ERS SAP Kernel Patch level.

ipAddress
String

ERS SAP IP Address.

health
Nullable<SapHealthState>

Defines the health of SAP Instances.

Returns

A new EnqueueReplicationServerProperties instance for mocking.

Applies to