ArmIotOperationsModelFactory.BrokerClientConfig 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.BrokerClientConfig BrokerClientConfig(int? maxSessionExpirySeconds = default, int? maxMessageExpirySeconds = default, int? maxPacketSizeBytes = default, Azure.ResourceManager.IotOperations.Models.SubscriberQueueLimit subscriberQueueLimit = default, int? maxReceiveMaximum = default, int? maxKeepAliveSeconds = default);
static member BrokerClientConfig : Nullable<int> * Nullable<int> * Nullable<int> * Azure.ResourceManager.IotOperations.Models.SubscriberQueueLimit * Nullable<int> * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.BrokerClientConfig
Public Shared Function BrokerClientConfig (Optional maxSessionExpirySeconds As Nullable(Of Integer) = Nothing, Optional maxMessageExpirySeconds As Nullable(Of Integer) = Nothing, Optional maxPacketSizeBytes As Nullable(Of Integer) = Nothing, Optional subscriberQueueLimit As SubscriberQueueLimit = Nothing, Optional maxReceiveMaximum As Nullable(Of Integer) = Nothing, Optional maxKeepAliveSeconds As Nullable(Of Integer) = Nothing) As BrokerClientConfig
Parameters
- subscriberQueueLimit
- SubscriberQueueLimit
The limit on the number of queued messages for a subscriber.
Upper bound of Receive Maximum that a client can request in the CONNECT packet.
Returns
A new BrokerClientConfig instance for mocking.