JobEnableOptions.withIfNoneMatch(String ifNoneMatch) 方法
定义
Set an ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client.
public JobEnableOptions withIfNoneMatch(String ifNoneMatch)
参数
- ifNoneMatch
- String
the ifNoneMatch value to set
返回
the JobEnableOptions object itself.