PoolGetOptions.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 PoolGetOptions withIfModifiedSince(DateTime ifModifiedSince)
参数
- ifModifiedSince
- DateTime
the ifModifiedSince value to set
返回
the PoolGetOptions object itself.