ArmIotOperationsModelFactory.BrokerFrontend 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.BrokerFrontend BrokerFrontend(int replicas = 0, int? workers = default);
static member BrokerFrontend : int * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.BrokerFrontend
Public Shared Function BrokerFrontend (Optional replicas As Integer = 0, Optional workers As Nullable(Of Integer) = Nothing) As BrokerFrontend
Parameters
- replicas
- Int32
The desired number of frontend instances (pods).
Returns
A new BrokerFrontend instance for mocking.