次の方法で共有


AccessInformationSecretsContract.PrimaryKey プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象