次の方法で共有


ContainerServiceLinuxProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.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 adminUsername value.

ContainerServiceSshConfiguration ssh()

Get the ssh value.

ContainerServiceLinuxProfile withAdminUsername(String adminUsername)

Set the adminUsername value.

ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)

Set the ssh value.

Method Details

adminUsername

public String adminUsername()

Get the adminUsername value.

Returns:

the adminUsername value

ssh

public ContainerServiceSshConfiguration ssh()

Get the ssh value.

Returns:

the ssh value

withAdminUsername

public ContainerServiceLinuxProfile withAdminUsername(String adminUsername)

Set the adminUsername value.

Parameters:

adminUsername - the adminUsername value to set

Returns:

the ContainerServiceLinuxProfile object itself.

withSsh

public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)

Set the ssh value.

Parameters:

ssh - the ssh value to set

Returns:

the ContainerServiceLinuxProfile object itself.

Applies to