次の方法で共有


ScriptExecution.FailureReason プロパティ

定義

スクリプトを実行できたが、スクリプト自体にエラーがあるか、powershell が例外をスローした場合に、エラー メッセージを取得または設定します

[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

適用対象