JobServiceBusTopicMessage Class

Definition

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
JobServiceBusTopicMessage

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)

Applies to