VMExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration for virtual machine extensions.
public class VMExtension
type VMExtension = class
Public Class VMExtension
- Inheritance
-
VMExtension
Constructors
VMExtension() |
Default constructor to support mocking the VMExtension class. |
VMExtension(String, String, String) |
Initializes a new instance of the VMExtension class. |
Properties
AutoUpgradeMinorVersion |
Gets or sets indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. |
EnableAutomaticUpgrade |
Gets or sets indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. |
Name |
Gets or sets the name of the virtual machine extension. |
ProtectedSettings |
Gets or sets the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
ProvisionAfterExtensions |
Gets or sets the collection of extension names. |
Publisher |
Gets or sets the name of the extension handler publisher. |
Settings |
Gets or sets jSON formatted public settings for the extension. |
Type |
Gets or sets the type of the extension. |
TypeHandlerVersion |
Gets or sets the version of script handler. |
Applies to
Azure SDK for .NET