MachineExtensionInstanceView interface
描述计算机扩展实例视图。
属性
| name | 计算机扩展名称。 |
| status | 实例视图状态。 |
| type | 指定扩展的类型;例如“CustomScriptExtension”。 |
| type |
指定脚本处理程序的版本。 |
属性详细信息
name
计算机扩展名称。
name?: string
属性值
string
status
type
指定扩展的类型;例如“CustomScriptExtension”。
type?: string
属性值
string
typeHandlerVersion
指定脚本处理程序的版本。
typeHandlerVersion?: string
属性值
string