Share via


DscNodeResource.GetContentNodeReportAsync(String, CancellationToken) Method

Definition

Retrieve the Dsc node reports by node id and report id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}/content
  • Operation Id: NodeReports_GetContent
public virtual System.Threading.Tasks.Task<Azure.Response<BinaryData>> GetContentNodeReportAsync (string reportId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentNodeReportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
override this.GetContentNodeReportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
Public Overridable Function GetContentNodeReportAsync (reportId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))

Parameters

reportId
String

The report id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

reportId is an empty string, and was expected to be non-empty.

reportId is null.

Applies to