你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetExtension 类
介绍虚拟机规模集扩展。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.compute.v2015_06_15.models._models_py3.SubResourceVirtualMachineScaleSetExtension
构造函数
VirtualMachineScaleSetExtension(*, id: str | None = None, name: str | None = None, publisher: str | None = None, type: str | None = None, type_handler_version: str | None = None, auto_upgrade_minor_version: bool | None = None, settings: MutableMapping[str, Any] | None = None, protected_settings: MutableMapping[str, Any] | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
扩展插件的名称。 |
publisher
|
扩展处理程序发布者的名称。 |
type
|
扩展处理程序的类型。 |
type_handler_version
|
扩展处理程序的类型版本。 |
auto_upgrade_minor_version
|
扩展处理程序是否应跨次要版本自动升级。 |
settings
|
<xref:JSON>
扩展的 Json 格式公共设置。 |
protected_settings
|
<xref:JSON>
扩展的 Json 格式保护设置。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
扩展插件的名称。 |
publisher
|
扩展处理程序发布者的名称。 |
type
|
扩展处理程序的类型。 |
type_handler_version
|
扩展处理程序的类型版本。 |
auto_upgrade_minor_version
|
扩展处理程序是否应跨次要版本自动升级。 |
settings
|
<xref:JSON>
扩展的 Json 格式公共设置。 |
protected_settings
|
<xref:JSON>
扩展的 Json 格式保护设置。 |
provisioning_state
|
预配状态,仅显示在响应中。 |