SshPublicKey Class
SshPublicKey.
- Inheritance
-
azure.mgmt.storage._serialization.ModelSshPublicKey
Constructor
SshPublicKey(*, description: str | None = None, key: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
Optional. It is used to store the function/usage of the key. |
key
|
Ssh public key base64 encoded. The format should be: ' |
Variables
Name | Description |
---|---|
description
|
Optional. It is used to store the function/usage of the key. |
key
|
Ssh public key base64 encoded. The format should be: ' |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python