Uses of Class
com.azure.resourcemanager.compute.models.SshConfiguration
-
Packages that use SshConfiguration Package Description com.azure.resourcemanager.compute.models 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 SshConfiguration Modifier and Type Method Description SshConfigurationLinuxConfiguration. ssh()Get the ssh property: Specifies the ssh key configuration for a Linux OS.SshConfigurationSshConfiguration. 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 SshConfiguration Modifier and Type Method Description LinuxConfigurationLinuxConfiguration. withSsh(SshConfiguration ssh)Set the ssh property: Specifies the ssh key configuration for a Linux OS.
-