次の方法で共有


SlotDifference クラス

定義

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

[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

リソース ID。Setter はネットワーク リソースで ID を設定する必要があるため、保護されます。

(継承元 ProxyResource)
Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResourceInner)
Level

相違点のレベル (情報、警告、またはエラー) を取得します。

Location

リソースの場所

(継承元 Resource)
Name

リソース名

(継承元 ProxyResource)
SettingName

設定の名前を取得します。

SettingType

設定の種類 (General、AppSetting、ConnectionString) を取得します。

Tags

リソース タグ

(継承元 Resource)
Type

リソースの種類

(継承元 ProxyResource)
ValueInCurrentSlot

現在のスロットの設定の値を取得します。

ValueInTargetSlot

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

メソッド

Validate()

オブジェクトを検証します。 検証に失敗した場合に ValidationException をスローします。

(継承元 Resource)

適用対象