Uses of Interface
com.azure.resourcemanager.connectedvmware.models.MachineExtension.Update
Packages that use MachineExtension.Update
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of MachineExtension.Update in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return MachineExtension.UpdateModifier and TypeMethodDescriptionMachineExtension.update()
Begins update for the MachineExtension resource.MachineExtension.UpdateStages.WithAutoUpgradeMinorVersion.withAutoUpgradeMinorVersion
(Boolean autoUpgradeMinorVersion) Specifies the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.MachineExtension.UpdateStages.WithEnableAutomaticUpgrade.withEnableAutomaticUpgrade
(Boolean enableAutomaticUpgrade) Specifies the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available..MachineExtension.UpdateStages.WithForceUpdateTag.withForceUpdateTag
(String forceUpdateTag) Specifies the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed..MachineExtension.UpdateStages.WithProtectedSettings.withProtectedSettings
(Object protectedSettings) Specifies the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all..MachineExtension.UpdateStages.WithPublisher.withPublisher
(String publisher) Specifies the publisher property: The name of the extension handler publisher..MachineExtension.UpdateStages.WithSettings.withSettings
(Object settings) Specifies the settings property: Json formatted public settings for the extension..Specifies the tags property: Resource tags..Specifies the type property: Specifies the type of the extension; an example is "CustomScriptExtension"..MachineExtension.UpdateStages.WithTypeHandlerVersion.withTypeHandlerVersion
(String typeHandlerVersion) Specifies the typeHandlerVersion property: Specifies the version of the script handler..