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