Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKey
Packages that use SshPublicKey
Package
Description
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 SshPublicKeyModifier and TypeMethodDescriptionstatic SshPublicKeySshPublicKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshPublicKey from the JsonReader.SshPublicKey.withKeyData(String keyData) Set the keyData property: SSH public key certificate used to authenticate with the VM through ssh.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 SshPublicKeyModifier and TypeMethodDescriptionSshConfiguration.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 SshPublicKeyModifier and TypeMethodDescriptionSshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys) Set the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.