Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceSshPublicKey
Packages that use ContainerServiceSshPublicKey
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ContainerServiceSshPublicKey in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionContainerServiceSshPublicKey.withKeyData(String keyData) Set the keyData property: Certificate public key used to authenticate with VMs through SSH.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionContainerServiceSshConfiguration.publicKeys()Get the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ContainerServiceSshPublicKeyModifier and TypeMethodDescriptionContainerServiceSshConfiguration.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys) Set the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.