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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python