다음을 통해 공유


ScriptExecution.FailureReason 속성

정의

스크립트를 실행할 수 있지만 스크립트 자체에 오류가 있거나 powershell에서 예외를 throw한 경우 오류 메시지를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.failureReason")]
public string FailureReason { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.failureReason")>]
member this.FailureReason : string with get, set
Public Property FailureReason As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상