Share via


EventHub.ConnectionStringPrimaryKey Property

Definition

Gets or sets primaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to