ArmIotOperationsModelFactory.SubscriberQueueLimit 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.SubscriberQueueLimit SubscriberQueueLimit(long? length = default, Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy? strategy = default);
static member SubscriberQueueLimit : Nullable<int64> * Nullable<Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy> -> Azure.ResourceManager.IotOperations.Models.SubscriberQueueLimit
Public Shared Function SubscriberQueueLimit (Optional length As Nullable(Of Long) = Nothing, Optional strategy As Nullable(Of SubscriberMessageDropStrategy) = Nothing) As SubscriberQueueLimit
Parameters
- strategy
- Nullable<SubscriberMessageDropStrategy>
The strategy to use for dropping messages from the queue.
Returns
A new SubscriberQueueLimit instance for mocking.