Uses of Class
com.azure.resourcemanager.batch.models.VMExtension
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of VMExtension in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionVMExtension.withAutoUpgradeMinorVersion
(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.Set the name property: The name of the virtual machine extension.VMExtension.withProtectedSettings
(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VMExtension.withProvisionAfterExtensions
(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: The collection of extension names.VMExtension.withPublisher
(String publisher) Set the publisher property: The name of the extension handler publisher.VMExtension.withSettings
(Object settings) Set the settings property: JSON formatted public settings for the extension.Set the type property: The type of the extensions.VMExtension.withTypeHandlerVersion
(String typeHandlerVersion) Set the typeHandlerVersion property: The version of script handler.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.extensions()
Get the extensions property: The virtual machine extension for the pool.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withExtensions
(List<VMExtension> extensions) Set the extensions property: The virtual machine extension for the pool.