共用方式為


EventHubProperties.PartitionIds Property

Definition

Gets the partition ids in the Event Hub-compatible endpoint.

[Newtonsoft.Json.JsonProperty(PropertyName="partitionIds")]
public System.Collections.Generic.IList<string> PartitionIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionIds")>]
member this.PartitionIds : System.Collections.Generic.IList<string>
Public ReadOnly Property PartitionIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to