Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceLinuxProfile
-
Packages that use ContainerServiceLinuxProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ContainerServiceLinuxProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ContainerServiceLinuxProfile Modifier and Type Method Description ContainerServiceLinuxProfileManagedClusterInner. linuxProfile()Get the linuxProfile property: The profile for Linux VMs in the Managed Cluster.ContainerServiceLinuxProfileManagedClusterProperties. linuxProfile()Get the linuxProfile property: The profile for Linux VMs in the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ContainerServiceLinuxProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster.ManagedClusterPropertiesManagedClusterProperties. withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster. -
Uses of ContainerServiceLinuxProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceLinuxProfile Modifier and Type Method Description ContainerServiceLinuxProfileContainerServiceLinuxProfile. withAdminUsername(String adminUsername)Set the adminUsername property: The administrator username to use for Linux VMs.ContainerServiceLinuxProfileContainerServiceLinuxProfile. withSsh(ContainerServiceSshConfiguration ssh)Set the ssh property: The SSH configuration for Linux-based VMs running on Azure.
-