次の方法で共有


SlotDifference クラス

定義

アプリの 2 つのデプロイ スロットの設定の違い。

[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

ターゲット スロットの設定の値を取得します。

適用対象