Uses of Class
com.microsoft.azure.management.batch.VMExtension
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of VMExtension in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.extensions()
Get if specified, the extensions mentioned in this configuration will be installed on each node.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withExtensions
(List<VMExtension> extensions) Set if specified, the extensions mentioned in this configuration will be installed on each node.