VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.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 |
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 |
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 |
VirtualMachineScaleSetExtensionProperties.withProtectedSettings(Object protectedSettings) |
Set the protectedSettings property: The extension can contain either protectedSettings or
protectedSettingsFromKeyVault or no protected settings at all.
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withProtectedSettingsFromKeyVault(Object protectedSettingsFromKeyVault) |
Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference,
and consumed from key vault.
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withProvisionAfterExtensions(List<String> provisionAfterExtensions) |
Set the provisionAfterExtensions property: Collection of extension names after which this extension needs to be
provisioned.
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withPublisher(String publisher) |
Set the publisher property: The name of the extension handler publisher.
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withSettings(Object settings) |
Set the settings property: Json formatted public settings for the extension.
|
VirtualMachineScaleSetExtensionProperties |
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).
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withType(String type) |
Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".
|
VirtualMachineScaleSetExtensionProperties |
VirtualMachineScaleSetExtensionProperties.withTypeHandlerVersion(String typeHandlerVersion) |
Set the typeHandlerVersion property: Specifies the version of the script handler.
|