Share via


ContainerServiceSshConfiguration.PublicKeys Property

Definition

The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may be specified.

public System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshPublicKey> PublicKeys { get; }
member this.PublicKeys : System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.ContainerServiceSshPublicKey>
Public ReadOnly Property PublicKeys As IList(Of ContainerServiceSshPublicKey)

Property Value

Applies to