Share via


IWithExtension.UpdateExtension(String) Method

Definition

Begins the description of an update of an existing extension assigned to the virtual machines in the scale set.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Update.IUpdate UpdateExtension (string name);
abstract member UpdateExtension : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetExtension.Update.IUpdate
Public Function UpdateExtension (name As String) As IUpdate

Parameters

name
String

The reference name for the extension.

Returns

Applies to