Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionProperties
Packages that use VirtualMachineExtensionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineExtensionPropertiesModifier and TypeMethodDescriptionVirtualMachineExtensionProperties.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineExtensionProperties.withEnableAutomaticUpgrade(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.VirtualMachineExtensionProperties.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed.VirtualMachineExtensionProperties.withInstanceView(VirtualMachineExtensionInstanceView instanceView) Set the instanceView property: The virtual machine extension instance view.VirtualMachineExtensionProperties.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineExtensionProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionProperties.withProvisionAfterExtensions(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: Collection of extension names after which this extension needs to be provisioned.VirtualMachineExtensionProperties.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.VirtualMachineExtensionProperties.withSettings(Object settings) Set the settings property: Json formatted public settings for the extension.VirtualMachineExtensionProperties.withSuppressFailures(Boolean suppressFailures) Set the suppressFailures property: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value).Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".VirtualMachineExtensionProperties.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.