Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKey
-
Packages that use SshPublicKey Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SshPublicKey in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SshPublicKey Modifier and Type Method Description SshPublicKeySshPublicKey. withKeyData(String keyData)Set the keyData property: SSH public key certificate used to authenticate with the VM through ssh.SshPublicKeySshPublicKey. withPath(String path)Set the path property: Specifies the full path on the created VM where ssh public key is stored.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SshPublicKey Modifier and Type Method Description List<SshPublicKey>SshConfiguration. publicKeys()Get the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SshPublicKey Modifier and Type Method Description SshConfigurationSshConfiguration. withPublicKeys(List<SshPublicKey> publicKeys)Set the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.
-