Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionUpdateProperties
Packages that use VirtualMachineExtensionUpdateProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionUpdateProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineExtensionUpdatePropertiesModifier and TypeMethodDescriptionVirtualMachineExtensionUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineExtensionUpdateProperties from the JsonReader.VirtualMachineExtensionUpdateProperties.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineExtensionUpdateProperties.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.VirtualMachineExtensionUpdateProperties.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed.VirtualMachineExtensionUpdateProperties.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineExtensionUpdateProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionUpdateProperties.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.VirtualMachineExtensionUpdateProperties.withSettings(Object settings) Set the settings property: Json formatted public settings for the extension.VirtualMachineExtensionUpdateProperties.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".VirtualMachineExtensionUpdateProperties.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.