次の方法で共有


SubscriptionCreateParameters.PrimaryKey プロパティ

定義

プライマリ サブスクリプション キーを取得または設定します。 要求時に指定されていない場合は、キーが自動的に生成されます。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象