次の方法で共有


CredentialResultsInner.Kubeconfigs プロパティ

定義

base64 でエンコードされた Kubernetes 構成ファイルを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="kubeconfigs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResult> Kubeconfigs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kubeconfigs")>]
member this.Kubeconfigs : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.CredentialResult>
Public ReadOnly Property Kubeconfigs As IList(Of CredentialResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象