JobDeleteOptions.withIfMatch(String ifMatch) 方法
定义
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 exactly matches the value specified by the client.
public JobDeleteOptions withIfMatch(String ifMatch)
参数
- ifMatch
- String
the ifMatch value to set
返回
the JobDeleteOptions object itself.