共用方式為


RoutingEventHubProperties.AuthenticationType Property

Definition

Gets or sets method used to authenticate against the event hub endpoint. Possible values include: 'keyBased', 'identityBased'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to