SshGenerateKeyPairInputParameters Class
Parameters for GenerateSshKeyPair.
- Inheritance
-
azure.mgmt.compute._serialization.ModelSshGenerateKeyPairInputParameters
Constructor
SshGenerateKeyPairInputParameters(*, encryption_type: str | _models.SshEncryptionTypes | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
encryption_type
|
The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA. Known values are: "RSA" and "Ed25519". |
Variables
Name | Description |
---|---|
encryption_type
|
The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA. Known values are: "RSA" and "Ed25519". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python