Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.LinuxProfilePropertiesSshPublicKeysItem
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of LinuxProfilePropertiesSshPublicKeysItem in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionLinuxProfilePropertiesSshPublicKeysItem.withKeyData
(String keyData) Set the keyData property: KeyData - Certificate public key used to authenticate with VMs through SSH.Modifier and TypeMethodDescriptionLinuxProfilePropertiesSsh.publicKeys()
Get the publicKeys property: PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs.Modifier and TypeMethodDescriptionLinuxProfilePropertiesSsh.withPublicKeys
(List<LinuxProfilePropertiesSshPublicKeysItem> publicKeys) Set the publicKeys property: PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs.