CredentialResultsInner.Kubeconfigs Property

Definition

Gets base64-encoded Kubernetes configuration file.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to