ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineScaleSetExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> |
withMinorVersionAutoUpgrade()
Enables auto upgrading of the extension with minor versions.
|
VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> |
withoutMinorVersionAutoUpgrade()
Disables auto upgrading the extension with minor versions.
|
VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> withMinorVersionAutoUpgrade()
VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> withoutMinorVersionAutoUpgrade()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/