Share via


IListCredentialResponseProperties.Kubeconfig Property

Definition

Base64-encoded Kubernetes configuration file.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult) }, Read=true, ReadOnly=true, Required=false, SerializedName="kubeconfigs", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult> Kubeconfig { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult) }, Read=true, ReadOnly=true, Required=false, SerializedName="kubeconfigs", Update=false)>]
member this.Kubeconfig : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult>
Public ReadOnly Property Kubeconfig As List(Of ICredentialResult)

Property Value

Attributes

Applies to