JobSchedules.getWithServiceResponseAsync 方法
定义
重载
getWithServiceResponseAsync(String jobScheduleId) |
Gets information about the specified job schedule.
|
getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions) |
Gets information about the specified job schedule.
|
getWithServiceResponseAsync(String jobScheduleId)
Gets information about the specified job schedule.
public Observable<ServiceResponseWithHeaders<CloudJobSchedule, JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId)
参数
- jobScheduleId
- String
The ID of the job schedule to get.
返回
Observable<ServiceResponseWithHeaders<CloudJobSchedule, JobScheduleGetHeaders>>
the observable to the CloudJobSchedule object
例外
IllegalArgumentException
thrown if parameters fail the validation
getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
public Observable<ServiceResponseWithHeaders<CloudJobSchedule, JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)
参数
- jobScheduleId
- String
The ID of the job schedule to get.
- jobScheduleGetOptions
- JobScheduleGetOptions
Additional parameters for the operation
返回
Observable<ServiceResponseWithHeaders<CloudJobSchedule, JobScheduleGetHeaders>>
the observable to the CloudJobSchedule object
例外
IllegalArgumentException
thrown if parameters fail the validation