ContainerServiceSshPublicKey Class
Contains information about SSH certificate public key data.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelContainerServiceSshPublicKey
Constructor
ContainerServiceSshPublicKey(*, key_data: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_data
|
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. Required. |
Variables
Name | Description |
---|---|
key_data
|
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. Required. |
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