次の方法で共有


IWithSettings.WithProtectedSettings(IDictionary<String,Object>) メソッド

定義

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

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

パラメーター

settings
IDictionary<String,Object>

プライベート設定。

戻り値

適用対象