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

IWithOptions<ReturnT>.WithOptionsReplace 方法

定义

将当前选项替换为新选项。

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

参数

options
IDictionary<String,String>

选项需要替换。

返回

ReturnT

更新的下一阶段。

适用于