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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python