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". |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python