Package version:

Interface VirtualMachineExtensionInstanceView

The instance view of a virtual machine extension.

interface VirtualMachineExtensionInstanceView {
    name?: string;
    statuses?: InstanceViewStatus[];
    substatuses?: InstanceViewStatus[];
    type?: string;
    typeHandlerVersion?: string;
}

Properties

name?: string

The virtual machine extension name.

statuses?: InstanceViewStatus[]

The resource status information.

substatuses?: InstanceViewStatus[]

The resource status information.

type?: string

Specifies the type of the extension; an example is "CustomScriptExtension".

typeHandlerVersion?: string

Specifies the version of the script handler.