public static interface VirtualMachine.UpdateStages.WithExtension
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineExtension.UpdateDefinitionStages.Blank<VirtualMachine.Update> |
defineNewExtension(String name)
Begins the definition of an extension to be attached to the virtual machine.
|
VirtualMachineExtension.Update |
updateExtension(String name)
Begins the description of an update of an existing extension of this virtual machine.
|
VirtualMachine.Update |
withoutExtension(String name)
Detaches an extension from the virtual machine.
|
VirtualMachineExtension.UpdateDefinitionStages.Blank<VirtualMachine.Update> defineNewExtension(String name)
name - a reference name for the extensionVirtualMachineExtension.Update updateExtension(String name)
name - the reference name of an existing extensionVirtualMachine.Update withoutExtension(String name)
name - the reference name of the extension to be removed/uninstalledCopyright © 2019. All rights reserved.