0

タイプ Powershell の Automation Runbook で以下のコードを使用して、Azure Automation Account の Automation 変数の値のタイプを出力しようとしています

$var1 = ((Get-AzureRmAutomationVariable -Name "ArrayVar" -ResourceGroupName "automation-ps-rg" -AutomationAccountName "automation-ps-aa").Value).GetType()
$var1

これにより、Runbook が失敗し、3 回再試行され、最終的に以下のメッセージで失敗することがわかりました。

Suspended
The runbook job was attempted 3 times, but it failed each time. 

これが失敗する理由は何ですか?

ありがとう!

4

1 に答える 1