IEventhub.Identifier Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=false, Description="Denotes the unique identifier for event hub and is generated by service while creating topic. This identifier can be used in kafka runtime apis wherever a UUID is required e.g Fetch & Delete Topic. This identifier is not supported in AMQP runtime operations yet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="identifier", Update=false)]
public string Identifier { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=false, Description="Denotes the unique identifier for event hub and is generated by service while creating topic. This identifier can be used in kafka runtime apis wherever a UUID is required e.g Fetch & Delete Topic. This identifier is not supported in AMQP runtime operations yet.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="identifier", Update=false)>]
member this.Identifier : string
Public ReadOnly Property Identifier As String
Property Value
- Attributes