共用方式為


Get-AzAutomationJobOutput

取得自動化作業的輸出。

語法

Get-AzAutomationJobOutput
   [-Id] <Guid>
   [-Stream <StreamType>]
   [-StartTime <DateTimeOffset>]
   [-ResourceGroupName] <String>
   [-AutomationAccountName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzAutomationJobOutput Cmdlet 會取得 Azure 自動化 作業的輸出。

範例

範例 1:取得自動化作業的輸出

Get-AzAutomationJobOutput -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b64 -ResourceGroupName "ResourceGroup01" -Stream "Any"

此命令會取得具有指定識別碼之作業的所有輸出。

參數

-AutomationAccountName

指定這個 Cmdlet 取得作業輸出的自動化帳戶名稱。

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Id

指定此 Cmdlet 取得輸出之作業的識別碼。

類型:Guid
別名:JobId
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

指定此 Cmdlet 取得作業輸出的資源群組名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-StartTime

將開始時間指定為 DateTimeOffset 物件。 您可以指定可轉換成有效 DateTimeOffset 的字串。 Cmdlet 會擷取在此時間之後建立的輸出。

類型:Nullable<T>[DateTimeOffset]
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-Stream

指定輸出的類型。 有效值為:

  • 任意
  • 偵錯
  • 錯誤
  • 輸出
  • 進度
  • 詳細資訊
  • 警告
類型:StreamType
接受的值:Any, Progress, Output, Warning, Error, Verbose
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸入

Guid

StreamType

Nullable<T>[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]

String

輸出

JobStream