| Package | Description | 
|---|---|
| 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 | 
|---|---|
rx.Observable<ServiceResponseWithHeaders<ComputeNodeGetRemoteLoginSettingsResult,ComputeNodeGetRemoteLoginSettingsHeaders>> | 
ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId,
                                              String nodeId)
Gets the settings required for remote login to a compute node. 
 | 
rx.Observable<ServiceResponseWithHeaders<ComputeNodeGetRemoteLoginSettingsResult,ComputeNodeGetRemoteLoginSettingsHeaders>> | 
ComputeNodes.getRemoteLoginSettingsWithServiceResponseAsync(String poolId,
                                              String nodeId,
                                              ComputeNodeGetRemoteLoginSettingsOptions computeNodeGetRemoteLoginSettingsOptions)
Gets the settings required for remote login to a compute node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeNodeGetRemoteLoginSettingsHeaders | 
ComputeNodeGetRemoteLoginSettingsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value. 
 | 
ComputeNodeGetRemoteLoginSettingsHeaders | 
ComputeNodeGetRemoteLoginSettingsHeaders.withETag(String eTag)
Set the eTag value. 
 | 
ComputeNodeGetRemoteLoginSettingsHeaders | 
ComputeNodeGetRemoteLoginSettingsHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value. 
 | 
ComputeNodeGetRemoteLoginSettingsHeaders | 
ComputeNodeGetRemoteLoginSettingsHeaders.withRequestId(UUID requestId)
Set the requestId value. 
 | 
Copyright © 2019. All rights reserved.