Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)
Set indicates whether the extension should use a newer minor version if one is available at deployment time.
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withForceUpdateTag(String forceUpdateTag)
Set how the extension handler should be forced to update even if the extension configuration has not changed.
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withProtectedSettings(Object protectedSettings)
Set the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withPublisher(String publisher)
Set the name of the extension handler publisher.
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withSettings(Object settings)
Set json formatted public settings for the extension.
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withType(String type)
Set specifies the type of the extension; an example is "CustomScriptExtension".
|
VirtualMachineExtensionUpdate |
VirtualMachineExtensionUpdate.withTypeHandlerVersion(String typeHandlerVersion)
Set specifies the version of the script handler.
|
Copyright © 2019. All rights reserved.