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/uninstalled/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/