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

IWithOptions<ReturnT>.WithOptionsAppend 方法

定义

将所有选项追加到当前选项。

public ReturnT WithOptionsAppend (System.Collections.Generic.IDictionary<string,string> options);
abstract member WithOptionsAppend : System.Collections.Generic.IDictionary<string, string> -> 'ReturnT
Public Function WithOptionsAppend (options As IDictionary(Of String, String)) As ReturnT

参数

options
IDictionary<String,String>

这些选项需要追加。

返回

ReturnT

更新的下一阶段。

适用于