AutomationJobResource.GetOutput(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the job output identified by job name.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/output
- Operation Id: Job_GetOutput
public virtual Azure.Response<string> GetOutput (string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutput : string * System.Threading.CancellationToken -> Azure.Response<string>
override this.GetOutput : string * System.Threading.CancellationToken -> Azure.Response<string>
Public Overridable Function GetOutput (Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)
Parameters
- clientRequestId
- String
Identifies this specific client request.
- cancellationToken
- CancellationToken
The cancellation token to use.