Bagikan melalui


SubscriptionCreateParameters.PrimaryKey Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to