Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceSshConfiguration
-
Packages that use ContainerServiceSshConfiguration Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ContainerServiceSshConfiguration in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceSshConfiguration Modifier and Type Method Description ContainerServiceSshConfigurationContainerServiceLinuxProfile. ssh()Get the ssh property: The SSH configuration for Linux-based VMs running on Azure.ContainerServiceSshConfigurationContainerServiceSshConfiguration. withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)Set the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ContainerServiceSshConfiguration Modifier and Type Method Description ContainerServiceLinuxProfileContainerServiceLinuxProfile. withSsh(ContainerServiceSshConfiguration ssh)Set the ssh property: The SSH configuration for Linux-based VMs running on Azure.
-