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

IWithSettings<ParentT>.WithProtectedSetting(String, Object) 方法

定义

指定专用设置项。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAttach<ParentT> WithProtectedSetting (string key, object value);
abstract member WithProtectedSetting : string * obj -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Definition.IWithAttach<'ParentT>
Public Function WithProtectedSetting (key As String, value As Object) As IWithAttach(Of ParentT)

参数

key
String

专用设置项的密钥。

value
Object

专用设置条目的值。

返回

适用于