다음을 통해 공유


ICredentialResults.Kubeconfig Property

Definition

Base64-encoded Kubernetes configuration file.

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

Property Value

Attributes

Applies to