PSContainerServiceSshConfiguration.PublicKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey> PublicKeys { get; set; }
member this.PublicKeys : System.Collections.Generic.IList<Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey> with get, set
Public Property PublicKeys As IList(Of PSContainerServiceSshPublicKey)