Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyResourceInner |
SshPublicKeysClient.create(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyResourceInner parameters)
Creates a new SSH public key resource.
|
SshPublicKeyResourceInner |
SshPublicKeysClient.getByResourceGroup(String resourceGroupName,
String sshPublicKeyName)
Retrieves information about an SSH public key.
|
SshPublicKeyResourceInner |
SshPublicKeysClient.update(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyUpdateResource parameters)
Updates a new SSH public key resource.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyResourceInner |
SshPublicKeysClient.create(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyResourceInner parameters)
Creates a new SSH public key resource.
|
Mono<SshPublicKeyResourceInner> |
SshPublicKeysClient.createAsync(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyResourceInner parameters)
Creates a new SSH public key resource.
|
com.azure.core.http.rest.Response<SshPublicKeyResourceInner> |
SshPublicKeysClient.createWithResponse(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyResourceInner parameters,
com.azure.core.util.Context context)
Creates a new SSH public key resource.
|
Mono<com.azure.core.http.rest.Response<SshPublicKeyResourceInner>> |
SshPublicKeysClient.createWithResponseAsync(String resourceGroupName,
String sshPublicKeyName,
SshPublicKeyResourceInner parameters)
Creates a new SSH public key resource.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyResourceInner |
SshPublicKeyResourceInner.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.