次の方法で共有


ContainerServiceServicePrincipalProfile.Secret プロパティ

定義

サービス プリンシパルに関連付けられているシークレット パスワードをプレーン テキストで取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象