Share via


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
System_CAPS_pubmethod StorageQueueMessage()

Properties

Name Description
System_CAPS_pubproperty ClientRequestId

Gets or sets the Client Request ID

System_CAPS_pubproperty ExecutionTag

Gets or sets the ETag

System_CAPS_pubproperty ExpectedExecutionTime

Gets or sets the Expected executionTime

System_CAPS_pubproperty Message

Gets or sets the Message

System_CAPS_pubproperty Region

Gets or sets the Region

System_CAPS_pubproperty SchedulerJobCollectionId

Gets or sets the Scheduler JobCollection ID

System_CAPS_pubproperty SchedulerJobId

Gets or sets the Scheduler Job ID

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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