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.).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ServiceBusDataSourcePropertiesTypeConverter))]
public class ServiceBusDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IServiceBusDataSourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ServiceBusDataSourcePropertiesTypeConverter))>]
type ServiceBusDataSourceProperties = class
interface IServiceBusDataSourceProperties
interface IJsonSerializable
Public Class ServiceBusDataSourceProperties
Implements IServiceBusDataSourceProperties
- Inheritance
-
ServiceBusDataSourceProperties
- Attributes
- Implements
Constructors
ServiceBusDataSourceProperties() |
Creates an new ServiceBusDataSourceProperties instance. |
Properties
AuthenticationMode |
Authentication Mode. |
ServiceBusNamespace |
The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyKey |
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. |
SharedAccessPolicyName |
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceBusDataSourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceBusDataSourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IServiceBusDataSourceProperties. |
FromJsonString(String) |
Creates a new instance of ServiceBusDataSourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceBusDataSourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |