Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.SshProfile
Packages that use SshProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of SshProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type SshProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return SshProfileModifier and TypeMethodDescriptionstatic SshProfileSshProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshProfile from the JsonReader.ClusterProfile.sshProfile()Get the sshProfile property: Ssh profile for the cluster.UpdatableClusterProfile.sshProfile()Get the sshProfile property: Ssh profile for the cluster.SshProfile.withCount(int count) Set the count property: Number of ssh pods per cluster.SshProfile.withVmSize(String vmSize) Set the vmSize property: The virtual machine SKU.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type SshProfileModifier and TypeMethodDescriptionClusterProfile.withSshProfile(SshProfile sshProfile) Set the sshProfile property: Ssh profile for the cluster.UpdatableClusterProfile.withSshProfile(SshProfile sshProfile) Set the sshProfile property: Ssh profile for the cluster.