IWithSettings<ParentT>.WithProtectedSettings メソッド

定義

プライベート設定を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.UpdateDefinition.IWithAttach<ParentT> WithProtectedSettings (System.Collections.Generic.IDictionary<string,object> settings);
abstract member WithProtectedSettings : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithProtectedSettings (settings As IDictionary(Of String, Object)) As IWithAttach(Of ParentT)

パラメーター

settings
IDictionary<String,Object>

プライベート設定。

戻り値

適用対象