次の方法で共有


AccessInformationSecretsContract.SecondaryKey プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象