Share via


JobQueueMessage Class

 

Queue and content for a queue message action type.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobQueueMessage

Syntax

public class JobQueueMessage
public ref class JobQueueMessage 
type JobQueueMessage = class end
Public Class JobQueueMessage

Constructors

Name Description
System_CAPS_pubmethod JobQueueMessage()

Initializes a new instance of the JobQueueMessage class.

Properties

Name Description
System_CAPS_pubproperty Message

Required. Content of the message to send to the queue.

System_CAPS_pubproperty QueueName

Required. Name of the queue to send to.

System_CAPS_pubproperty SasToken

Required. SAS key for the storage account to send message to the queue.

System_CAPS_pubproperty StorageAccountName

Required. Name of the storage account for the queue.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(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