VirtualMachineExtensionHandlerInstanceView 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 instance view of a virtual machine extension handler.
public class VirtualMachineExtensionHandlerInstanceView
type VirtualMachineExtensionHandlerInstanceView = class
Public Class VirtualMachineExtensionHandlerInstanceView
- Inheritance
-
VirtualMachineExtensionHandlerInstanceView
Constructors
VirtualMachineExtensionHandlerInstanceView() |
Initializes a new instance of the VirtualMachineExtensionHandlerInstanceView class. |
VirtualMachineExtensionHandlerInstanceView(String, String, InstanceViewStatus) |
Initializes a new instance of the VirtualMachineExtensionHandlerInstanceView class. |
Properties
Status |
Gets or sets the extension handler status. |
Type |
Gets or sets specifies the type of the extension; an example is "CustomScriptExtension". |
TypeHandlerVersion |
Gets or sets specifies the version of the script handler. |
Applies to
Azure SDK for .NET