JobServiceBusMessage 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.
Specifies service bus message for the base service bus action type
public abstract class JobServiceBusMessage
type JobServiceBusMessage = class
Public MustInherit Class JobServiceBusMessage
- Inheritance
-
JobServiceBusMessage
- Derived
Constructors
JobServiceBusMessage() |
Initializes a new instance of the JobServiceBusMessage class. |
Properties
Authentication |
Required. Gets or sets the service bus authentication. |
BrokeredMessageProperties |
Optional. Gets or sets the service bus brokered message properties. |
CustomMessageProperties |
Optional. Gets or sets the custom message properties. |
Message |
Required. Gets or sets the service bus message. |
Namespace |
Required. Gets or sets the service bus namespace. |
TransportType |
Required. Gets or sets the service bus transport type. |