Uses of Class
com.azure.resourcemanager.compute.models.SshEncryptionTypes
Packages that use SshEncryptionTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SshEncryptionTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SshEncryptionTypesModifier and TypeFieldDescriptionstatic final SshEncryptionTypesSshEncryptionTypes.ED25519Static value Ed25519 for SshEncryptionTypes.static final SshEncryptionTypesSshEncryptionTypes.RSAStatic value RSA for SshEncryptionTypes.Methods in com.azure.resourcemanager.compute.models that return SshEncryptionTypesModifier and TypeMethodDescriptionSshGenerateKeyPairInputParameters.encryptionType()Get the encryptionType property: The encryption type of the SSH keys to be generated.static SshEncryptionTypesSshEncryptionTypes.fromString(String name) Creates or finds a SshEncryptionTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SshEncryptionTypesModifier and TypeMethodDescriptionstatic Collection<SshEncryptionTypes> SshEncryptionTypes.values()Gets known SshEncryptionTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type SshEncryptionTypesModifier and TypeMethodDescriptionSshGenerateKeyPairInputParameters.withEncryptionType(SshEncryptionTypes encryptionType) Set the encryptionType property: The encryption type of the SSH keys to be generated.