Uses of Class
com.azure.resourcemanager.compute.models.SshConfiguration
Packages that use SshConfiguration
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SshConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SshConfigurationModifier and TypeMethodDescriptionstatic SshConfigurationSshConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshConfiguration from the JsonReader.LinuxConfiguration.ssh()Get the ssh property: Specifies the ssh key configuration for a Linux OS.SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys) Set the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.Methods in com.azure.resourcemanager.compute.models with parameters of type SshConfigurationModifier and TypeMethodDescriptionLinuxConfiguration.withSsh(SshConfiguration ssh) Set the ssh property: Specifies the ssh key configuration for a Linux OS.