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 |
---|---|
void |
ComputeNodes.getRemoteDesktop(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions,
OutputStream outputStream)
Gets the Remote Desktop Protocol file for the specified compute node.
|
rx.Observable<InputStream> |
ComputeNodes.getRemoteDesktopAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions)
Gets the Remote Desktop Protocol file for the specified compute node.
|
ServiceFuture<InputStream> |
ComputeNodes.getRemoteDesktopAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions,
ServiceCallback<InputStream> serviceCallback)
Gets the Remote Desktop Protocol file for the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,ComputeNodeGetRemoteDesktopHeaders>> |
ComputeNodes.getRemoteDesktopWithServiceResponseAsync(String poolId,
String nodeId,
ComputeNodeGetRemoteDesktopOptions computeNodeGetRemoteDesktopOptions)
Gets the Remote Desktop Protocol file for the specified compute node.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeGetRemoteDesktopOptions |
ComputeNodeGetRemoteDesktopOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
ComputeNodeGetRemoteDesktopOptions |
ComputeNodeGetRemoteDesktopOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
ComputeNodeGetRemoteDesktopOptions |
ComputeNodeGetRemoteDesktopOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
ComputeNodeGetRemoteDesktopOptions |
ComputeNodeGetRemoteDesktopOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.