public static interface VirtualMachineScaleSet.UpdateStages.WithExtension
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetExtension.UpdateDefinitionStages.Blank<VirtualMachineScaleSet.UpdateStages.WithApply> |
defineNewExtension(String name)
Begins the definition of an extension reference to be attached to the virtual machines in the scale set.
|
VirtualMachineScaleSetExtension.Update |
updateExtension(String name)
Begins the description of an update of an existing extension assigned to the virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutExtension(String name)
Removes the extension with the specified name from the virtual machines in the scale set.
|
VirtualMachineScaleSetExtension.UpdateDefinitionStages.Blank<VirtualMachineScaleSet.UpdateStages.WithApply> defineNewExtension(String name)
name
- the reference name for an extensionVirtualMachineScaleSetExtension.Update updateExtension(String name)
name
- the reference name for the extensionVirtualMachineScaleSet.UpdateStages.WithApply withoutExtension(String name)
name
- the reference name of the extension to be removed/uninstalledCopyright © 2019. All rights reserved.