你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchExtension 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
扩展修补程序请求对象。
[Microsoft.Rest.Serialization.JsonTransformation]
public class PatchExtension
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PatchExtension = class
Public Class PatchExtension
- 继承
-
PatchExtension
- 属性
构造函数
PatchExtension() |
初始化 PatchExtension 类的新实例。 |
PatchExtension(Nullable<Boolean>, String, String, IDictionary<String,String>, IDictionary<String,String>) |
初始化 PatchExtension 类的新实例。 |
属性
AutoUpgradeMinorVersion |
获取或设置标志,以注意此扩展是否参与次要版本的自动升级。 |
ConfigurationProtectedSettings |
获取或设置敏感配置设置,作为用于配置此扩展的名称/值对。 |
ConfigurationSettings |
获取或设置配置设置,作为用于配置此扩展的名称/值对。 |
ReleaseTrain |
获取或设置 releaseTrain 此扩展参与自动升级 (例如 Stable、Preview 等) - 仅当 autoUpgradeMinorVersion 为“true”时。 |
Version |
获取或设置此扩展的扩展的版本(如果它已“固定”到特定版本)。 autoUpgradeMinorVersion 必须为“false”。 |