VirtualMachine.UpdateStages.WithExtension Interface
public static interface VirtualMachine.UpdateStages.WithExtension
The stage of a virtual machine update allowing to specify extensions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Blank<Update> |
defineNewExtension(String name)
Begins the definition of an extension to be attached to the virtual machine. |
abstract Update |
updateExtension(String name)
Begins the description of an update of an existing extension of this virtual machine. |
abstract Update |
withoutExtension(String name)
Detaches an extension from the virtual machine. |
Method Details
defineNewExtension
public abstract VirtualMachineExtension.UpdateDefinitionStages.Blank
Begins the definition of an extension to be attached to the virtual machine.
Parameters:
Returns:
updateExtension
public abstract VirtualMachineExtension.Update updateExtension(String name)
Begins the description of an update of an existing extension of this virtual machine.
Parameters:
Returns:
withoutExtension
public abstract VirtualMachine.Update withoutExtension(String name)
Detaches an extension from the virtual machine.
Parameters:
Returns:
Applies to
Azure SDK for Java