Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.SshConnectivityEndpoint
Packages that use SshConnectivityEndpoint
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of SshConnectivityEndpoint in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type SshConnectivityEndpointModifier and TypeClassDescriptionfinal classSSH connectivity endpoint details.Methods in com.azure.resourcemanager.hdinsight.containers.models that return SshConnectivityEndpointModifier and TypeMethodDescriptionstatic SshConnectivityEndpointSshConnectivityEndpoint.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SshConnectivityEndpoint from the JsonReader.SshConnectivityEndpoint.withEndpoint(String endpoint) Set the endpoint property: SSH connectivity endpoint.SshConnectivityEndpoint.withPrivateSshEndpoint(String privateSshEndpoint) Set the privateSshEndpoint property: Private SSH connectivity endpoint.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type SshConnectivityEndpointModifier and TypeMethodDescriptionConnectivityProfile.ssh()Get the ssh property: List of SSH connectivity endpoints.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type SshConnectivityEndpointModifier and TypeMethodDescriptionConnectivityProfile.withSsh(List<SshConnectivityEndpoint> ssh) Set the ssh property: List of SSH connectivity endpoints.