Uses of Class
com.azure.compute.batch.models.GetBatchNodeRemoteLoginSettingsOptions
Packages that use GetBatchNodeRemoteLoginSettingsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchNodeRemoteLoginSettingsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchNodeRemoteLoginSettingsOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getNodeRemoteLoginSettings
(String poolId, String nodeId, GetBatchNodeRemoteLoginSettingsOptions options) 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. -
Uses of GetBatchNodeRemoteLoginSettingsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchNodeRemoteLoginSettingsOptionsModifier and TypeMethodDescriptionGetBatchNodeRemoteLoginSettingsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.