ServiceBusDataSourceProperties 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.
The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.).
public class ServiceBusDataSourceProperties
type ServiceBusDataSourceProperties = class
Public Class ServiceBusDataSourceProperties
- Inheritance
-
ServiceBusDataSourceProperties
- Derived
Constructors
ServiceBusDataSourceProperties() |
Initializes a new instance of the ServiceBusDataSourceProperties class. |
ServiceBusDataSourceProperties(String, String, String, String) |
Initializes a new instance of the ServiceBusDataSourceProperties class. |
Properties
AuthenticationMode |
Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString' |
ServiceBusNamespace |
Gets or sets the namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyKey |
Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyName |
Gets or sets the shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
Applies to
Azure SDK for .NET