UploadBatchServiceLogsResult |
ComputeNodes.uploadBatchServiceLogs(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
UploadBatchServiceLogsResult |
ComputeNodes.uploadBatchServiceLogs(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration,
ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
rx.Observable<UploadBatchServiceLogsResult> |
ComputeNodes.uploadBatchServiceLogsAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
rx.Observable<UploadBatchServiceLogsResult> |
ComputeNodes.uploadBatchServiceLogsAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration,
ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
com.microsoft.rest.ServiceFuture<UploadBatchServiceLogsResult> |
ComputeNodes.uploadBatchServiceLogsAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration,
ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions,
com.microsoft.rest.ServiceCallback<UploadBatchServiceLogsResult> serviceCallback) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
com.microsoft.rest.ServiceFuture<UploadBatchServiceLogsResult> |
ComputeNodes.uploadBatchServiceLogsAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration,
com.microsoft.rest.ServiceCallback<UploadBatchServiceLogsResult> serviceCallback) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<UploadBatchServiceLogsResult,ComputeNodeUploadBatchServiceLogsHeaders>> |
ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|
rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<UploadBatchServiceLogsResult,ComputeNodeUploadBatchServiceLogsHeaders>> |
ComputeNodes.uploadBatchServiceLogsWithServiceResponseAsync(String poolId,
String nodeId,
UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration,
ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions) |
Upload Azure Batch service log files from the specified compute node to Azure Blob Storage.
|