Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceSshConfiguration
Packages that use ContainerServiceSshConfiguration
Package
Description
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 ContainerServiceSshConfigurationModifier and TypeMethodDescriptionContainerServiceSshConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerServiceSshConfiguration from the JsonReader.ContainerServiceLinuxProfile.ssh()Get the ssh property: The SSH configuration for Linux-based VMs running on Azure.ContainerServiceSshConfiguration.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 ContainerServiceSshConfigurationModifier and TypeMethodDescriptionContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh) Set the ssh property: The SSH configuration for Linux-based VMs running on Azure.