| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)
Set indicates whether the extension should use a newer minor version if one is available at deployment time.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withForceUpdateTag(String forceUpdateTag)
Set 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.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withProtectedSettings(Object protectedSettings)
Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withProvisionAfterExtensions(List<String> provisionAfterExtensions)
Set collection of extension names after which this extension needs to be provisioned.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withPublisher(String publisher)
Set the name of the extension handler publisher.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withSettings(Object settings)
Set json formatted public settings for the extension.
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withType1(String type1)
Set specifies the type of the extension; an example is "CustomScriptExtension".
|
VirtualMachineScaleSetExtensionUpdate |
VirtualMachineScaleSetExtensionUpdate.withTypeHandlerVersion(String typeHandlerVersion)
Set specifies the version of the script handler.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/