你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SlotDifference 类

定义

应用两个部署槽位之间的设置差异。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SlotDifference : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SlotDifference = class
    inherit ProxyOnlyResource
Public Class SlotDifference
Inherits ProxyOnlyResource
继承
SlotDifference
属性

构造函数

SlotDifference()

初始化 SlotDifference 类的新实例。

SlotDifference(String, String, String, String, String, String, String, String, String, String, String)

初始化 SlotDifference 类的新实例。

属性

Description

获取设置差异的说明。

DiffRule

获取描述如何在槽交换期间处理设置差异的规则。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResource)
Level

获取差异的级别:信息、警告或错误。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
SettingName

获取设置的名称。

SettingType

获取设置的类型:General、AppSetting 或 ConnectionString。

Type

获取资源类型。

(继承自 ProxyOnlyResource)
ValueInCurrentSlot

获取当前槽中设置的值。

ValueInTargetSlot

获取目标槽中设置的值。

适用于