你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineExtensionInstanceView interface
Describes the Machine Extension Instance View.
Properties
name | The machine extension name. |
status | Instance view status. |
type | Specifies the type of the extension; an example is "CustomScriptExtension". |
type |
Specifies the version of the script handler. |
Property Details
name
The machine extension name.
name?: string
Property Value
string
status
Instance view status.
status?: MachineExtensionInstanceViewStatus
Property Value
type
Specifies the type of the extension; an example is "CustomScriptExtension".
type?: string
Property Value
string
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion?: string
Property Value
string