Uses of Class
com.azure.compute.batch.models.VMExtension
Packages that use VMExtension
-
Uses of VMExtension in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return VMExtensionModifier and TypeMethodDescriptionstatic VMExtension
VMExtension.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VMExtension from the JsonReader.BatchNodeVMExtension.getVmExtension()
Get the vmExtension property: The virtual machine extension.VMExtension.setAutoUpgradeMinorVersion
(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VMExtension.setEnableAutomaticUpgrade
(Boolean enableAutomaticUpgrade) Set the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.VMExtension.setProtectedSettings
(Map<String, String> protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VMExtension.setProvisionAfterExtensions
(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: The collection of extension names.VMExtension.setSettings
(Map<String, String> settings) Set the settings property: JSON formatted public settings for the extension.VMExtension.setTypeHandlerVersion
(String typeHandlerVersion) Set the typeHandlerVersion property: The version of script handler.Methods in com.azure.compute.batch.models that return types with arguments of type VMExtensionModifier and TypeMethodDescriptionVirtualMachineConfiguration.getExtensions()
Get the extensions property: The virtual machine extension for the pool.Method parameters in com.azure.compute.batch.models with type arguments of type VMExtensionModifier and TypeMethodDescriptionVirtualMachineConfiguration.setExtensions
(List<VMExtension> extensions) Set the extensions property: The virtual machine extension for the pool.