Sdílet prostřednictvím


PSContainerServiceSshConfiguration.PublicKeys Property

Definition

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)

Property Value

Applies to