JobScheduleDisableOptions.withIfModifiedSince(DateTime ifModifiedSince) 方法
定义
Set a timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time.
public JobScheduleDisableOptions withIfModifiedSince(DateTime ifModifiedSince)
参数
- ifModifiedSince
- DateTime
the ifModifiedSince value to set
返回
the JobScheduleDisableOptions object itself.