Uses of Class
com.azure.resourcemanager.workloads.models.SshPublicKey
Packages that use SshPublicKey
Package
Description
Package containing the data models for WorkloadsClient.
-
Uses of SshPublicKey in com.azure.resourcemanager.workloads.models
Methods in com.azure.resourcemanager.workloads.models that return SshPublicKeyModifier and TypeMethodDescriptionSshPublicKey.withKeyData
(String keyData) Set the keyData property: SSH public key certificate used to authenticate with the VM through ssh.Methods in com.azure.resourcemanager.workloads.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.workloads.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.