Uses of Class
com.microsoft.azure.management.containerservice.ContainerServiceSshPublicKey
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ContainerServiceSshPublicKey in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionContainerServiceSshPublicKey.withKeyData
(String keyData) Set certificate public key used to authenticate with VMs through SSH.Modifier and TypeMethodDescriptionContainerServiceSshConfiguration.publicKeys()
Get the list of SSH public keys used to authenticate with Linux-based VMs.Modifier and TypeMethodDescriptionContainerServiceSshConfiguration.withPublicKeys
(List<ContainerServiceSshPublicKey> publicKeys) Set the list of SSH public keys used to authenticate with Linux-based VMs.