SlotDifference 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式兩個部署位置之間的設定差異。
[Microsoft.Rest.Serialization.JsonTransformation]
public class SlotDifference : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SlotDifference = class
inherit ProxyOnlyResourceInner
Public Class SlotDifference
Inherits ProxyOnlyResourceInner
- 繼承
- 屬性
建構函式
SlotDifference() |
初始化 SlotDifference 類別的新實例。 |
SlotDifference(String, String, String, String, String, String, String, String, String, String, String) |
初始化 SlotDifference 類別的新實例。 |
屬性
Description |
取得設定差異的描述。 |
DiffRule |
取得規則,描述如何在位置交換期間處理設定差異。 |
Id |
資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。 (繼承來源 ProxyResource) |
Kind |
取得或設定資源的種類。 (繼承來源 ProxyOnlyResourceInner) |
Level |
取得差異的層級:資訊、警告或錯誤。 |
Location |
資源位置 (繼承來源 Resource) |
Name |
資源名稱 (繼承來源 ProxyResource) |
SettingName |
取得設定的名稱。 |
SettingType |
取得設定的類型:一般、AppSetting 或 ConnectionString。 |
Tags |
資源標籤 (繼承來源 Resource) |
Type |
資源類型 (繼承來源 ProxyResource) |
ValueInCurrentSlot |
取得目前位置中設定的值。 |
ValueInTargetSlot |
取得目標位置中設定的值。 |
方法
Validate() |
驗證 物件。 如果驗證失敗,則會擲回 ValidationException。 (繼承來源 Resource) |