JobQueueMessage Members
Queue and content for a queue message action type.
The following tables list the members exposed by the JobQueueMessage type.
Public Constructors
Name | Description | |
---|---|---|
JobQueueMessage | Initializes a new instance of the JobQueueMessage class. |
Top
Public Properties
Name | Description | |
---|---|---|
Message | Required. Content of the message to send to the queue. | |
QueueName | Required. Name of the queue to send to. | |
SasToken | Required. SAS key for the storage account to send message to the queue. | |
StorageAccountName | Required. Name of the storage account for the queue. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
JobQueueMessage Class
Microsoft.WindowsAzure.Scheduler.Models Namespace