Freigeben über


IManagedClusterAccessProfile.KubeConfig Property

Definition

Base64-encoded Kubernetes configuration file.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="kubeConfig")]
public byte[] KubeConfig { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Base64-encoded Kubernetes configuration file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="kubeConfig")>]
member this.KubeConfig : byte[] with get, set
Public Property KubeConfig As Byte()

Property Value

Byte[]
Attributes

Applies to