你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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