VirtualMachineExtensionInstanceView Class

The instance view of a virtual machine extension.

Constructor

VirtualMachineExtensionInstanceView(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The virtual machine extension name.

type
str

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

type_handler_version
str

Specifies the version of the script handler.

substatuses

The resource status information.

statuses

The resource status information.

Attributes

name

The virtual machine extension name.

name: str | None

statuses

The resource status information.

statuses: list['_models.InstanceViewStatus'] | None

substatuses

The resource status information.

substatuses: list['_models.InstanceViewStatus'] | None

type

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

type: str | None

type_handler_version

Specifies the version of the script handler.

type_handler_version: str | None