CreateOrUpdateKubeBase.CustomCaTrustCertificate Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority).", Mandatory=false)]
public string[] CustomCaTrustCertificate { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The list of up to 10 base64 encoded CAs that will be added to the trust store on all nodes in the cluster. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority).", Mandatory=false)>]
member this.CustomCaTrustCertificate : string[] with get, set
Public Property CustomCaTrustCertificate As String()

Property Value

String[]
Attributes

Applies to