VirtualMachineExtensionHandlerInstanceView Class

Definition

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