Uses of Class
com.azure.resourcemanager.compute.models.SshPublicKeyUpdateResource
-
Packages that use SshPublicKeyUpdateResource Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SshPublicKeyUpdateResource Modifier and Type Method Description SshPublicKeyResourceInnerSshPublicKeysClient. update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters)Updates a new SSH public key resource.Mono<SshPublicKeyResourceInner>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 SshPublicKeyUpdateResource Modifier and Type Method Description SshPublicKeyUpdateResourceSshPublicKeyUpdateResource. withPublicKey(String publicKey)Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh.SshPublicKeyUpdateResourceSshPublicKeyUpdateResource. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-