Uses of Interface
com.microsoft.azure.management.compute.VirtualMachineExtension.Update
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineExtension.Update in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachine.UpdateStages.WithExtension.updateExtension
(String name) Begins the description of an update of an existing extension of this virtual machine.VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion.withMinorVersionAutoUpgrade()
enables auto upgrade of the extension.VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion.withoutMinorVersionAutoUpgrade()
enables auto upgrade of the extension.VirtualMachineExtension.UpdateStages.WithTags.withoutTag
(String key) Removes a tag from the virtual machine extension.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSetting
(String key, Object value) Specifies a private settings entry.VirtualMachineExtension.UpdateStages.WithSettings.withProtectedSettings
(HashMap<String, Object> settings) Specifies private settings.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSetting
(String key, Object value) Specifies a public settings entry.VirtualMachineExtension.UpdateStages.WithSettings.withPublicSettings
(HashMap<String, Object> settings) Specifies public settings.Adds a tag to the virtual machine extension.Specifies tags for the virtual machine extension.