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<Boolean,JobScheduleExistsHeaders>> |
JobSchedules.existsWithServiceResponseAsync(String jobScheduleId)
Checks the specified job schedule exists.
|
rx.Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> |
JobSchedules.existsWithServiceResponseAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleExistsHeaders |
JobScheduleExistsHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleExistsHeaders |
JobScheduleExistsHeaders.withETag(String eTag)
Set the eTag value.
|
JobScheduleExistsHeaders |
JobScheduleExistsHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobScheduleExistsHeaders |
JobScheduleExistsHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.