Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceLinuxProfile
Packages that use ContainerServiceLinuxProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 ContainerServiceLinuxProfileModifier and TypeMethodDescriptionManagedClusterInner.linuxProfile()Get the linuxProfile property: The profile for Linux VMs in the Managed Cluster.ManagedClusterProperties.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 ContainerServiceLinuxProfileModifier and TypeMethodDescriptionManagedClusterInner.withLinuxProfile(ContainerServiceLinuxProfile linuxProfile) Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster.ManagedClusterProperties.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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ContainerServiceLinuxProfileModifier and TypeClassDescriptionfinal classProfile for Linux VMs in the container service cluster.Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceLinuxProfileModifier and TypeMethodDescriptionstatic ContainerServiceLinuxProfileContainerServiceLinuxProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerServiceLinuxProfile from the JsonReader.ContainerServiceLinuxProfile.withAdminUsername(String adminUsername) Set the adminUsername property: The administrator username to use for Linux VMs.ContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh) Set the ssh property: The SSH configuration for Linux-based VMs running on Azure.