共用方式為


EventHub.ConnectionStringSecondaryKey Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to