ContainerServiceSshConfiguration Class

SSH configuration for Linux-based VMs running on Azure.

All required parameters must be populated in order to send to Azure.

Inheritance
ContainerServiceSshConfiguration

Constructor

ContainerServiceSshConfiguration(*, public_keys: List[_models.ContainerServiceSshPublicKey], **kwargs)

Variables

public_keys
list[ContainerServiceSshPublicKey]

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