Uses of Class
com.azure.resourcemanager.compute.models.SshGenerateKeyPairInputParameters
Packages that use SshGenerateKeyPairInputParameters
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SshGenerateKeyPairInputParameters in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SshGenerateKeyPairInputParametersModifier and TypeMethodDescriptioncom.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 SshGenerateKeyPairInputParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SshGenerateKeyPairInputParametersModifier and TypeMethodDescriptionSshGenerateKeyPairInputParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshGenerateKeyPairInputParameters from the JsonReader.SshGenerateKeyPairInputParameters.withEncryptionType(SshEncryptionTypes encryptionType) Set the encryptionType property: The encryption type of the SSH keys to be generated.