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.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyResourceInner |
SshPublicKeysClient.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.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyUpdateResource |
SshPublicKeyUpdateResource.withPublicKey(String publicKey)
Set the publicKey property: SSH public key used to authenticate to a virtual machine through ssh.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.