Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetVMExtensionUpdate
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVMExtensionUpdate in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetVMExtensionUpdate.withAutoUpgradeMinorVersion
(Boolean autoUpgradeMinorVersion) Set indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineScaleSetVMExtensionUpdate.withEnableAutomaticUpgrade
(Boolean enableAutomaticUpgrade) Set indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.VirtualMachineScaleSetVMExtensionUpdate.withForceUpdateTag
(String forceUpdateTag) Set how the extension handler should be forced to update even if the extension configuration has not changed.VirtualMachineScaleSetVMExtensionUpdate.withProtectedSettings
(Object protectedSettings) Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineScaleSetVMExtensionUpdate.withPublisher
(String publisher) Set the name of the extension handler publisher.VirtualMachineScaleSetVMExtensionUpdate.withSettings
(Object settings) Set json formatted public settings for the extension.Set specifies the type of the extension; an example is "CustomScriptExtension".VirtualMachineScaleSetVMExtensionUpdate.withTypeHandlerVersion
(String typeHandlerVersion) Set specifies the version of the script handler.