IWithSettings<ParentT>.WithProtectedSettings Method

Definition

Specifies private settings.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.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.VirtualMachineExtension.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithProtectedSettings (settings As IDictionary(Of String, Object)) As IWithAttach(Of ParentT)

Parameters

settings
IDictionary<String,Object>

The private settings.

Returns

Applies to