JobServiceBusTopicMessage Class
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.
Service bus topic message action type
public class JobServiceBusTopicMessage : Microsoft.WindowsAzure.Scheduler.Models.JobServiceBusMessage
type JobServiceBusTopicMessage = class
inherit JobServiceBusMessage
Public Class JobServiceBusTopicMessage
Inherits JobServiceBusMessage
- Inheritance
Constructors
JobServiceBusTopicMessage() |
Initializes a new instance of the JobServiceBusTopicMessage class. |
Properties
Authentication |
Required. Gets or sets the service bus authentication. (Inherited from JobServiceBusMessage) |
BrokeredMessageProperties |
Optional. Gets or sets the service bus brokered message properties. (Inherited from JobServiceBusMessage) |
CustomMessageProperties |
Optional. Gets or sets the custom message properties. (Inherited from JobServiceBusMessage) |
Message |
Required. Gets or sets the service bus message. (Inherited from JobServiceBusMessage) |
Namespace |
Required. Gets or sets the service bus namespace. (Inherited from JobServiceBusMessage) |
TopicPath |
Required. Gets or sets the service bus topic path. |
TransportType |
Required. Gets or sets the service bus transport type. (Inherited from JobServiceBusMessage) |