ContainerServiceLinuxProfile Class

Profile for Linux VMs in the container service cluster.

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

Inheritance
ContainerServiceLinuxProfile

Constructor

ContainerServiceLinuxProfile(*, admin_username: str, ssh: _models.ContainerServiceSshConfiguration, **kwargs)

Variables

admin_username
str

Required. The administrator username to use for Linux VMs.

ssh
ContainerServiceSshConfiguration

Required. SSH configuration for Linux-based VMs running on Azure.