StorageQueueMessage Class
Storage queue message
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Scheduler.Models.StorageQueueMessage
Syntax
[DataContractAttribute]
public sealed class StorageQueueMessage
[DataContractAttribute]
public ref class StorageQueueMessage sealed
[<Sealed>]
[<DataContractAttribute>]
type StorageQueueMessage = class end
<DataContractAttribute>
Public NotInheritable Class StorageQueueMessage
Constructors
Name | Description | |
---|---|---|
StorageQueueMessage() |
Properties
Name | Description | |
---|---|---|
ClientRequestId | Gets or sets the Client Request ID |
|
ExecutionTag | Gets or sets the ETag |
|
ExpectedExecutionTime | Gets or sets the Expected executionTime |
|
Message | Gets or sets the Message |
|
Region | Gets or sets the Region |
|
SchedulerJobCollectionId | Gets or sets the Scheduler JobCollection ID |
|
SchedulerJobId | Gets or sets the Scheduler Job ID |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top