你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SlotDifference 类
应用两个部署槽位之间的设置差异。
变量仅由服务器填充,发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResourceSlotDifference
构造函数
SlotDifference(*, kind: str | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
kind
|
资源类型。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
level
|
差异级别:信息、警告或错误。 |
setting_type
|
设置的类型:常规、AppSetting 或 ConnectionString。 |
diff_rule
|
描述如何在槽交换期间处理设置差异的规则。 |
setting_name
|
设置的名称。 |
value_in_current_slot
|
当前槽中设置的值。 |
value_in_target_slot
|
目标槽中设置的值。 |
description
|
设置差异的说明。 |