次の方法で共有


Configuration.Secrets プロパティ

定義

コンテナー アプリで使用されるシークレットのコレクションを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Secret> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secrets")>]
member this.Secrets : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Secret> with get, set
Public Property Secrets As IList(Of Secret)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象