Uses of Class
com.azure.compute.batch.models.BatchNodeRemoteLoginSettings
Packages that use BatchNodeRemoteLoginSettings
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchNodeRemoteLoginSettings in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchNodeRemoteLoginSettingsModifier and TypeMethodDescriptionBatchClient.getNodeRemoteLoginSettings
(String poolId, String nodeId) Gets the settings required for remote login to a Compute Node.BatchClient.getNodeRemoteLoginSettings
(String poolId, String nodeId, GetBatchNodeRemoteLoginSettingsOptions options) Gets the settings required for remote login to a Compute Node.Methods in com.azure.compute.batch that return types with arguments of type BatchNodeRemoteLoginSettingsModifier and TypeMethodDescriptionBatchAsyncClient.getNodeRemoteLoginSettings
(String poolId, String nodeId) Gets the settings required for remote login to a Compute Node.BatchAsyncClient.getNodeRemoteLoginSettings
(String poolId, String nodeId, GetBatchNodeRemoteLoginSettingsOptions options) Gets the settings required for remote login to a Compute Node. -
Uses of BatchNodeRemoteLoginSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeRemoteLoginSettingsModifier and TypeMethodDescriptionstatic BatchNodeRemoteLoginSettings
BatchNodeRemoteLoginSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeRemoteLoginSettings from the JsonReader.