Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKeyUpdateResource
Packages that use SshPublicKeyUpdateResource
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SshPublicKeyUpdateResource in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SshPublicKeyUpdateResourceModifier and TypeMethodDescriptionSshPublicKeysClient.update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource.SshPublicKeysClient.updateAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource.com.azure.core.http.rest.Response<SshPublicKeyResourceInner>SshPublicKeysClient.updateWithResponse(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters, com.azure.core.util.Context context) Updates a new SSH public key resource.Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>>SshPublicKeysClient.updateWithResponseAsync(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters) Updates a new SSH public key resource. -
Uses of SshPublicKeyUpdateResource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SshPublicKeyUpdateResourceModifier and TypeMethodDescriptionSshPublicKeyUpdateResource.withPublicKey(String publicKey) Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh.Set the tags property: Resource tags.