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 |
---|---|
boolean |
JobSchedules.exists(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
rx.Observable<Boolean> |
JobSchedules.existsAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions)
Checks the specified job schedule exists.
|
ServiceFuture<Boolean> |
JobSchedules.existsAsync(String jobScheduleId,
JobScheduleExistsOptions jobScheduleExistsOptions,
ServiceCallback<Boolean> serviceCallback)
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 |
---|---|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobScheduleExistsOptions |
JobScheduleExistsOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.