SubscriptionCreateParameters.SecondaryKey Property

Definition

Gets or sets secondary subscription key. If not specified during request key will be generated automatically.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to