ArmIotOperationsModelFactory.BrokerBackendChain Method

Definition

public static Azure.ResourceManager.IotOperations.Models.BrokerBackendChain BrokerBackendChain(int partitions = 0, int redundancyFactor = 0, int? workers = default);
static member BrokerBackendChain : int * int * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.BrokerBackendChain
Public Shared Function BrokerBackendChain (Optional partitions As Integer = 0, Optional redundancyFactor As Integer = 0, Optional workers As Nullable(Of Integer) = Nothing) As BrokerBackendChain

Parameters

partitions
Int32

The desired number of physical backend partitions.

redundancyFactor
Int32

The desired numbers of backend replicas (pods) in a physical partition.

workers
Nullable<Int32>

Number of logical backend workers per replica (pod).

Returns

A new BrokerBackendChain instance for mocking.

Applies to