Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceSshPublicKey
-
Packages that use ContainerServiceSshPublicKey Package Description com.azure.resourcemanager.containerservice.models 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 ContainerServiceSshPublicKey Modifier and Type Method Description ContainerServiceSshPublicKeyContainerServiceSshPublicKey. 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 ContainerServiceSshPublicKey Modifier and Type Method Description List<ContainerServiceSshPublicKey>ContainerServiceSshConfiguration. 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 ContainerServiceSshPublicKey Modifier and Type Method Description ContainerServiceSshConfigurationContainerServiceSshConfiguration. withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)Set the publicKeys property: The list of SSH public keys used to authenticate with Linux-based VMs.
-