WhatIfOperationResult 클래스

What-If 작업의 결과입니다. 예측된 변경 내용 목록과 다음 결과 집합에 대한 URL 링크를 포함합니다.

상속
azure.mgmt.resource.resources._serialization.Model
WhatIfOperationResult

생성자

WhatIfOperationResult(*, status: str | None = None, error: _models.ErrorResponse | None = None, changes: List[_models.WhatIfChange] | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
status
str

What-If 작업의 상태입니다.

error

What-If 작업이 실패할 때 오류가 발생합니다.

changes

What-If 작업에서 예측한 리소스 변경 내용 목록입니다.

변수

Name Description
status
str

What-If 작업의 상태입니다.

error

What-If 작업이 실패할 때 오류가 발생합니다.

changes

What-If 작업에서 예측한 리소스 변경 내용 목록입니다.