Freigeben über


IServiceBusTopicOutputDataSource.TopicName Property

Definition

The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="topicName", Update=true)]
public string TopicName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="topicName", Update=true)>]
member this.TopicName : string with get, set
Public Property TopicName As String

Property Value

Attributes

Applies to