Class LinuxProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.LinuxProfile
LinuxProfile - Profile for Linux VMs in the container service cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the linuxProfile property: Profile for Linux VMs in the container service cluster.void
validate()
Validates the instance.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.
-
Constructor Details
-
LinuxProfile
public LinuxProfile()Creates an instance of LinuxProfile class.
-
-
Method Details
-
linuxProfile
Get the linuxProfile property: Profile for Linux VMs in the container service cluster.- Returns:
- the linuxProfile value.
-
withLinuxProfile
Set the linuxProfile property: Profile for Linux VMs in the container service cluster.- Parameters:
linuxProfile
- the linuxProfile value to set.- Returns:
- the LinuxProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-