Package version:

Interface ServiceBusDataSourceProperties

The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.).

interface ServiceBusDataSourceProperties {
    authenticationMode?: string;
    serviceBusNamespace?: string;
    sharedAccessPolicyKey?: string;
    sharedAccessPolicyName?: string;
}

Hierarchy (view full)

Properties

authenticationMode?: string

Authentication Mode.

serviceBusNamespace?: string

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyKey?: string

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

sharedAccessPolicyName?: string

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Generated using TypeDoc