다음을 통해 공유


SlotDifference 클래스

정의

앱의 두 배포 슬롯 간의 설정 차이입니다.

[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 클래스의 새 instance 초기화합니다.

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

SlotDifference 클래스의 새 instance 초기화합니다.

속성

Description

설정 차이에 대한 설명을 가져옵니다.

DiffRule

슬롯 교환 중에 설정 차이를 처리하는 방법을 설명하는 규칙을 가져옵니다.

Id

리소스 ID. 네트워크 리소스에서 ID를 설정해야 하므로 Setter가 보호됩니다.

(다음에서 상속됨 ProxyResource)
Kind

리소스 종류를 가져오거나 설정합니다.

(다음에서 상속됨 ProxyOnlyResourceInner)
Level

차이점 수준(정보, 경고 또는 오류)을 가져옵니다.

Location

리소스 위치

(다음에서 상속됨 Resource)
Name

리소스 이름

(다음에서 상속됨 ProxyResource)
SettingName

설정의 이름을 가져옵니다.

SettingType

일반, AppSetting 또는 ConnectionString 설정의 형식을 가져옵니다.

Tags

리소스 태그

(다음에서 상속됨 Resource)
Type

리소스 유형

(다음에서 상속됨 ProxyResource)
ValueInCurrentSlot

현재 슬롯의 설정 값을 가져옵니다.

ValueInTargetSlot

대상 슬롯의 설정 값을 가져옵니다.

메서드

Validate()

개체의 유효성을 검사합니다. 유효성 검사에 실패하면 ValidationException을 throw합니다.

(다음에서 상속됨 Resource)

적용 대상