| Package | Description | 
|---|---|
| com.microsoft.azure.batch | 
 This package contains classes for writing applications that use the Azure Batch service. 
 | 
| com.microsoft.azure.batch.protocol | 
 This package contains the classes for BatchServiceClient. 
 | 
| com.microsoft.azure.batch.protocol.models | 
 This package contains the models classes for BatchServiceClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodeOperations.getComputeNodeRemoteLoginSettings(String poolId,
                                 String nodeId)
Gets the settings required for remote login to a compute node. 
 | 
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodeOperations.getComputeNodeRemoteLoginSettings(String poolId,
                                 String nodeId,
                                 Iterable<BatchClientBehavior> additionalBehaviors)
Gets the settings required for remote login to a compute node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodes.getRemoteLoginSettings(String poolId,
                      String nodeId)
Gets the settings required for remote login to a compute node. 
 | 
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodes.getRemoteLoginSettings(String poolId,
                      String nodeId,
                      ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)
Gets the settings required for remote login to a compute node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceFuture<ComputeNodeGetRemoteLoginSettingsResult> | 
ComputeNodes.getRemoteLoginSettingsAsync(String poolId,
                           String nodeId,
                           ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions,
                           ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult> serviceCallback)
Gets the settings required for remote login to a compute node. 
 | 
ServiceFuture<ComputeNodeGetRemoteLoginSettingsResult> | 
ComputeNodes.getRemoteLoginSettingsAsync(String poolId,
                           String nodeId,
                           ServiceCallback<ComputeNodeGetRemoteLoginSettingsResult> serviceCallback)
Gets the settings required for remote login to a compute node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodeGetRemoteLoginSettingsResult.withRemoteLoginIPAddress(String remoteLoginIPAddress)
Set the remoteLoginIPAddress value. 
 | 
ComputeNodeGetRemoteLoginSettingsResult | 
ComputeNodeGetRemoteLoginSettingsResult.withRemoteLoginPort(int remoteLoginPort)
Set the remoteLoginPort value. 
 | 
Copyright © 2019. All rights reserved.