VirtualMachineExtensionInner 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.
Describes a Virtual Machine Extension.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineExtensionInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineExtensionInner = class
inherit Resource
Public Class VirtualMachineExtensionInner
Inherits Resource
- Inheritance
- Attributes
Constructors
VirtualMachineExtensionInner() |
Initializes a new instance of the VirtualMachineExtensionInner class. |
VirtualMachineExtensionInner(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Object, Object, String, VirtualMachineExtensionInstanceView) |
Initializes a new instance of the VirtualMachineExtensionInner 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. |
ForceUpdateTag |
Gets or sets how the extension handler should be forced to update even if the extension configuration has not changed. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
InstanceView |
Gets or sets the virtual machine extension instance view. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ProtectedSettings |
Gets or sets the extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. |
Publisher |
Gets or sets the name of the extension handler publisher. |
Settings |
Gets or sets json formatted public settings for the extension. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
TypeHandlerVersion |
Gets or sets specifies the version of the script handler. |
VirtualMachineExtensionType |
Gets or sets specifies the type of the extension; an example is "CustomScriptExtension". |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET