ServiceBusTopicOutputDataSourceProperties 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 properties that are associated with a Service Bus Topic output.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ServiceBusTopicOutputDataSourcePropertiesTypeConverter))]
public class ServiceBusTopicOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IServiceBusTopicOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ServiceBusTopicOutputDataSourcePropertiesTypeConverter))>]
type ServiceBusTopicOutputDataSourceProperties = class
interface IServiceBusTopicOutputDataSourceProperties
interface IJsonSerializable
interface IServiceBusDataSourceProperties
interface IValidates
Public Class ServiceBusTopicOutputDataSourceProperties
Implements IServiceBusTopicOutputDataSourceProperties, IValidates
- Inheritance
-
ServiceBusTopicOutputDataSourceProperties
- Attributes
- Implements
Constructors
ServiceBusTopicOutputDataSourceProperties() |
Creates an new ServiceBusTopicOutputDataSourceProperties instance. |
Properties
AuthenticationMode |
Authentication Mode. |
PropertyColumn |
A string array of the names of output columns to be attached to Service Bus messages as custom properties. |
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. |
SystemPropertyColumn | |
TopicName |
The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceBusTopicOutputDataSourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceBusTopicOutputDataSourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IServiceBusTopicOutputDataSourceProperties. |
FromJsonString(String) |
Creates a new instance of ServiceBusTopicOutputDataSourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceBusTopicOutputDataSourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |