ArmIotOperationsModelFactory.BrokerBackendChain 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.
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.
Returns
A new BrokerBackendChain instance for mocking.