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 |
---|---|
SshPublicKeyGenerateKeyPairResultInner |
SshPublicKeysClient.generateKeyPair(String resourceGroupName,
String sshPublicKeyName)
Generates and returns a public/private key pair and populates the SSH public key resource with the public key.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKeyGenerateKeyPairResultInner |
SshPublicKeyGenerateKeyPairResultInner.withId(String id)
Set the id property: The ARM resource id in the form of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName}.
|
SshPublicKeyGenerateKeyPairResultInner |
SshPublicKeyGenerateKeyPairResultInner.withPrivateKey(String privateKey)
Set the privateKey property: Private key portion of the key pair used to authenticate to a virtual machine
through ssh.
|
SshPublicKeyGenerateKeyPairResultInner |
SshPublicKeyGenerateKeyPairResultInner.withPublicKey(String publicKey)
Set the publicKey property: Public key portion of the key pair used to authenticate to a virtual machine through
ssh.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.