Uses of Class
com.azure.resourcemanager.compute.fluent.models.SshPublicKeyResourceProperties
Packages that use SshPublicKeyResourceProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of SshPublicKeyResourceProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SshPublicKeyResourcePropertiesModifier and TypeMethodDescriptionSshPublicKeyResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshPublicKeyResourceProperties from the JsonReader.SshPublicKeyResourceProperties.withPublicKey(String publicKey) Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh.