你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzAutomationJobOutput
获取自动化作业的输出。
语法
Get-AzAutomationJobOutput
[-Id] <Guid>
[-Stream <StreamType>]
[-StartTime <DateTimeOffset>]
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzAutomationJobOutput cmdlet 获取Azure 自动化作业的输出。
示例
示例 1:获取自动化作业的输出
Get-AzAutomationJobOutput -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b64 -ResourceGroupName "ResourceGroup01" -Stream "Any"
此命令获取具有指定 ID 的作业的所有输出。
参数
-AutomationAccountName
指定此 cmdlet 获取作业输出的自动化帐户的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Id
指定此 cmdlet 获取其输出的作业的 ID。
类型: | 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 |
输入
Nullable<T>[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]