ContainerServiceLinuxProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile

public class ContainerServiceLinuxProfile

Profile for Linux VMs in the container service cluster.

Method Summary

Modifier and Type Method and Description
String adminUsername()

Get the administrator username to use for Linux VMs.

ContainerServiceSshConfiguration ssh()

Get sSH configuration for Linux-based VMs running on Azure.

ContainerServiceLinuxProfile withAdminUsername(String adminUsername)

Set the administrator username to use for Linux VMs.

ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)

Set sSH configuration for Linux-based VMs running on Azure.

Method Details

adminUsername

public String adminUsername()

Get the administrator username to use for Linux VMs.

Returns:

the adminUsername value

ssh

public ContainerServiceSshConfiguration ssh()

Get sSH configuration for Linux-based VMs running on Azure.

Returns:

the ssh value

withAdminUsername

public ContainerServiceLinuxProfile withAdminUsername(String adminUsername)

Set the administrator username to use for Linux VMs.

Parameters:

adminUsername - the adminUsername value to set

Returns:

the ContainerServiceLinuxProfile object itself.

withSsh

public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)

Set sSH configuration for Linux-based VMs running on Azure.

Parameters:

ssh - the ssh value to set

Returns:

the ContainerServiceLinuxProfile object itself.

Applies to