Uses of Class
com.azure.resourcemanager.compute.fluent.models.SshPublicKeyGenerateKeyPairResultInner
Packages that use SshPublicKeyGenerateKeyPairResultInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of SshPublicKeyGenerateKeyPairResultInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SshPublicKeyGenerateKeyPairResultInnerModifier and TypeMethodDescriptionSshPublicKeysClient.generateKeyPair(String resourceGroupName, String sshPublicKeyName) Generates and returns a public/private key pair and populates the SSH public key resource with the public key.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SshPublicKeyGenerateKeyPairResultInnerModifier and TypeMethodDescriptionSshPublicKeysClient.generateKeyPairAsync(String resourceGroupName, String sshPublicKeyName) Generates and returns a public/private key pair and populates the SSH public key resource with the public key.com.azure.core.http.rest.Response<SshPublicKeyGenerateKeyPairResultInner> SshPublicKeysClient.generateKeyPairWithResponse(String resourceGroupName, String sshPublicKeyName, SshGenerateKeyPairInputParameters parameters, com.azure.core.util.Context context) Generates and returns a public/private key pair and populates the SSH public key resource with the public key.Mono<com.azure.core.http.rest.Response<SshPublicKeyGenerateKeyPairResultInner>> SshPublicKeysClient.generateKeyPairWithResponseAsync(String resourceGroupName, String sshPublicKeyName, SshGenerateKeyPairInputParameters parameters) Generates and returns a public/private key pair and populates the SSH public key resource with the public key. -
Uses of SshPublicKeyGenerateKeyPairResultInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type SshPublicKeyGenerateKeyPairResultInnerModifier and TypeClassDescriptionfinal classResponse from generation of an SSH key pair.Methods in com.azure.resourcemanager.compute.fluent.models that return SshPublicKeyGenerateKeyPairResultInnerModifier and TypeMethodDescriptionSshPublicKeyGenerateKeyPairResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshPublicKeyGenerateKeyPairResultInner from the JsonReader.Set the id property: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName}.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.withPublicKey(String publicKey) Set the publicKey property: Public key portion of the key pair used to authenticate to a virtual machine through ssh.