JobScheduleTerminateOptions.withIfUnmodifiedSince(DateTime ifUnmodifiedSince) 方法
定义
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 not been modified since the specified time.
public JobScheduleTerminateOptions withIfUnmodifiedSince(DateTime ifUnmodifiedSince)
参数
- ifUnmodifiedSince
- DateTime
the ifUnmodifiedSince value to set
返回
the JobScheduleTerminateOptions object itself.