| Modifier and Type | Method and Description |
|---|---|
VMExtension |
VMExtension.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)
Set indicates whether the extension should use a newer minor version if one is available at deployment time.
|
VMExtension |
VMExtension.withName(String name)
Set the name value.
|
VMExtension |
VMExtension.withProtectedSettings(Object protectedSettings)
Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
VMExtension |
VMExtension.withProvisionAfterExtensions(List<String> provisionAfterExtensions)
Set collection of extension names after which this extension needs to be provisioned.
|
VMExtension |
VMExtension.withPublisher(String publisher)
Set the publisher value.
|
VMExtension |
VMExtension.withSettings(Object settings)
Set the settings value.
|
VMExtension |
VMExtension.withType(String type)
Set the type value.
|
VMExtension |
VMExtension.withTypeHandlerVersion(String typeHandlerVersion)
Set the typeHandlerVersion value.
|
| Modifier and Type | Method and Description |
|---|---|
List<VMExtension> |
VirtualMachineConfiguration.extensions()
Get if specified, the extensions mentioned in this configuration will be installed on each node.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withExtensions(List<VMExtension> extensions)
Set if specified, the extensions mentioned in this configuration will be installed on each node.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/