Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.LinuxProfilePropertiesSsh
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of LinuxProfilePropertiesSsh in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionLinuxProfileProperties.ssh()
Get the ssh property: SSH - SSH configuration for Linux-based VMs running on Azure.LinuxProfilePropertiesSsh.withPublicKeys
(List<LinuxProfilePropertiesSshPublicKeysItem> publicKeys) Set the publicKeys property: PublicKeys - The list of SSH public keys used to authenticate with Linux-based VMs.Modifier and TypeMethodDescriptionLinuxProfileProperties.withSsh
(LinuxProfilePropertiesSsh ssh) Set the ssh property: SSH - SSH configuration for Linux-based VMs running on Azure.