ArmWebPubSubModelFactory.WebPubSubThrottleByUserIdRule 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.WebPubSub.Models.WebPubSubThrottleByUserIdRule WebPubSubThrottleByUserIdRule(int? maxCount = default);
static member WebPubSubThrottleByUserIdRule : Nullable<int> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByUserIdRule
Public Shared Function WebPubSubThrottleByUserIdRule (Optional maxCount As Nullable(Of Integer) = Nothing) As WebPubSubThrottleByUserIdRule
Parameters
Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.
Returns
A new WebPubSubThrottleByUserIdRule instance for mocking.