Aracılığıyla paylaş


IServiceBusIdentity.TopicName Property

Definition

The topic name.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="The topic name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="topicName")]
public string TopicName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The topic name.", 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.ServiceBus.Runtime.Info(Description="The topic name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="topicName")>]
member this.TopicName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="The topic name.", 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