你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachine.UpdateStages.WithExtension Interface
public interface WithExtension
The stage of a virtual machine update allowing to specify extensions.
Method Summary
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtension.UpdateDefinitionStages.Blank<Virtual |
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. |
Virtual |
withoutExtension(String name)
Detaches an extension from the virtual machine. |
Method Details
defineNewExtension
public VirtualMachineExtension.UpdateDefinitionStages.Blank
Begins the definition of an extension to be attached to the virtual machine.
Parameters:
Returns:
updateExtension
public VirtualMachineExtension.Update updateExtension(String name)
Begins the description of an update of an existing extension of this virtual machine.
Parameters:
Returns:
withoutExtension
public Update withoutExtension(String name)
Detaches an extension from the virtual machine.
Parameters:
Returns: