Uses of Class
com.microsoft.azure.management.batch.VMExtension
Packages that use VMExtension
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of VMExtension in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return VMExtensionModifier and TypeMethodDescriptionVMExtension.withAutoUpgradeMinorVersion
(Boolean autoUpgradeMinorVersion) Set indicates whether the extension should use a newer minor version if one is available at deployment time.Set the name value.VMExtension.withProtectedSettings
(Object protectedSettings) Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VMExtension.withProvisionAfterExtensions
(List<String> provisionAfterExtensions) Set collection of extension names after which this extension needs to be provisioned.VMExtension.withPublisher
(String publisher) Set the publisher value.VMExtension.withSettings
(Object settings) Set the settings value.Set the type value.VMExtension.withTypeHandlerVersion
(String typeHandlerVersion) Set the typeHandlerVersion value.Methods in com.microsoft.azure.management.batch that return types with arguments of type VMExtensionModifier and TypeMethodDescriptionVirtualMachineConfiguration.extensions()
Get if specified, the extensions mentioned in this configuration will be installed on each node.Method parameters in com.microsoft.azure.management.batch with type arguments of type VMExtensionModifier and TypeMethodDescriptionVirtualMachineConfiguration.withExtensions
(List<VMExtension> extensions) Set if specified, the extensions mentioned in this configuration will be installed on each node.