你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithOptions<ReturnT>.WithOption(String, String) 方法

定义

指定选项。

public ReturnT WithOption (string key, string value);
abstract member WithOption : string * string -> 'ReturnT
Public Function WithOption (key As String, value As String) As ReturnT

参数

key
String

选项的键。 api-version 2019-08-01 中支持的密钥为“If-Match”、“If-None-Match”、“Session-Token”和“Throughput”。

value
String

选项的值。

返回

ReturnT

更新的下一阶段。

适用于