Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.LinuxProfileProperties
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of LinuxProfileProperties in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionControlPlaneProfile.linuxProfile()
Get the linuxProfile property: Profile for Linux VMs in the container service cluster.LinuxProfile.linuxProfile()
Get the linuxProfile property: Profile for Linux VMs in the container service cluster.LoadBalancerProfile.linuxProfile()
Get the linuxProfile property: Profile for Linux VMs in the container service cluster.ProvisionedClustersAllProperties.linuxProfile()
Get the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersCommonProperties.linuxProfile()
Get the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersResponseProperties.linuxProfile()
Get the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.LinuxProfileProperties.withAdminUsername
(String adminUsername) Set the adminUsername property: AdminUsername - The administrator username to use for Linux VMs.LinuxProfileProperties.withSsh
(LinuxProfilePropertiesSsh ssh) Set the ssh property: SSH - SSH configuration for Linux-based VMs running on Azure.Modifier and TypeMethodDescriptionControlPlaneProfile.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.LinuxProfile.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.LoadBalancerProfile.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: Profile for Linux VMs in the container service cluster.ProvisionedClustersAllProperties.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersCommonProperties.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersResponseProperties.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.