Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetExtensionProperties
Packages that use VirtualMachineScaleSetExtensionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetExtensionProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetExtensionPropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetExtensionProperties.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) Set the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.VirtualMachineScaleSetExtensionProperties.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.VirtualMachineScaleSetExtensionProperties.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.VirtualMachineScaleSetExtensionProperties.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.VirtualMachineScaleSetExtensionProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionProperties.withProvisionAfterExtensions(List<String> provisionAfterExtensions) Set the provisionAfterExtensions property: Collection of extension names after which this extension needs to be provisioned.VirtualMachineScaleSetExtensionProperties.withPublisher(String publisher) Set the publisher property: The name of the extension handler publisher.VirtualMachineScaleSetExtensionProperties.withSettings(Object settings) Set the settings property: Json formatted public settings for the extension.VirtualMachineScaleSetExtensionProperties.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".VirtualMachineScaleSetExtensionProperties.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.