QueuesModelFactory.QueueMessage 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.
Creates a new QueueMessage instance for mocking.
public static Azure.Storage.Queues.Models.QueueMessage QueueMessage (string messageId, string popReceipt, BinaryData body, long dequeueCount, DateTimeOffset? nextVisibleOn = default, DateTimeOffset? insertedOn = default, DateTimeOffset? expiresOn = default);
static member QueueMessage : string * string * BinaryData * int64 * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.Storage.Queues.Models.QueueMessage
Public Shared Function QueueMessage (messageId As String, popReceipt As String, body As BinaryData, dequeueCount As Long, Optional nextVisibleOn As Nullable(Of DateTimeOffset) = Nothing, Optional insertedOn As Nullable(Of DateTimeOffset) = Nothing, Optional expiresOn As Nullable(Of DateTimeOffset) = Nothing) As QueueMessage
Parameters
- messageId
- String
- popReceipt
- String
- body
- BinaryData
- dequeueCount
- Int64
- nextVisibleOn
- Nullable<DateTimeOffset>
- insertedOn
- Nullable<DateTimeOffset>
- expiresOn
- Nullable<DateTimeOffset>
Returns
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