Uses of Class
com.microsoft.azure.management.batchai.SshConfiguration
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of SshConfiguration in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIFileServer.sshConfiguration()
FileServerCreateParameters.sshConfiguration()
Get sSH configuration for the File Server node.SshConfiguration.withPublicIPsToAllow
(List<String> publicIPsToAllow) Set list of source IP ranges to allow SSH connection from.SshConfiguration.withUserAccountSettings
(UserAccountSettings userAccountSettings) Set settings for administrator user account to be created on a node.Modifier and TypeMethodDescriptionFileServerCreateParameters.withSshConfiguration
(SshConfiguration sshConfiguration) Set sSH configuration for the File Server node.