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<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobGetHeaders |
JobGetHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobGetHeaders |
JobGetHeaders.withETag(String eTag)
Set the eTag value.
|
JobGetHeaders |
JobGetHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobGetHeaders |
JobGetHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.