次の方法で共有


SubscriptionContract.PrimaryKey プロパティ

定義

サブスクリプションの主キーを取得または設定します。 このプロパティは'GET' 操作では入力されません。 値を取得するには、'/listSecrets' POST 要求を使用します。

[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

適用対象