ArmServiceBusModelFactory.MessageCountDetails 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.
Initializes a new instance of MessageCountDetails.
public static Azure.ResourceManager.ServiceBus.Models.MessageCountDetails MessageCountDetails (long? activeMessageCount = default, long? deadLetterMessageCount = default, long? scheduledMessageCount = default, long? transferMessageCount = default, long? transferDeadLetterMessageCount = default);
static member MessageCountDetails : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.ServiceBus.Models.MessageCountDetails
Public Shared Function MessageCountDetails (Optional activeMessageCount As Nullable(Of Long) = Nothing, Optional deadLetterMessageCount As Nullable(Of Long) = Nothing, Optional scheduledMessageCount As Nullable(Of Long) = Nothing, Optional transferMessageCount As Nullable(Of Long) = Nothing, Optional transferDeadLetterMessageCount As Nullable(Of Long) = Nothing) As MessageCountDetails
Parameters
Number of messages transferred to another queue, topic, or subscription.
Returns
A new MessageCountDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET