VirtualMachineExtensionInstanceView Class

The instance view of a virtual machine extension.

Constructor

VirtualMachineExtensionInstanceView()

Variables

Name Description
name
str

The virtual machine extension name.

type
str

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

typeHandlerVersion
str

Specifies the Major.Minor.Patch.Hotfix version of the script handler. Azure platform will deliver the latest Patch.Hotfix version in the Major.Minor series.

substatuses
list[<xref:"InstanceViewStatus">]

The resource status information.

statuses
list[<xref:"InstanceViewStatus">]

The resource status information.

Attributes

name

The virtual machine extension name.

name: str

statuses

The resource status information.

statuses: list[azure.mgmt.compute.types.InstanceViewStatus]

substatuses

The resource status information.

substatuses: list[azure.mgmt.compute.types.InstanceViewStatus]

type

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

type: str

typeHandlerVersion

Specifies the Major.Minor.Patch.Hotfix version of the script handler. Azure platform will deliver the latest Patch.Hotfix version in the Major.Minor series.

typeHandlerVersion: str