Freigeben über


DscNodeResource.GetContentNodeReportAsync(String, CancellationToken) Methode

Definition

Rufen Sie die Dsc-Knotenberichte nach Knoten-ID und Berichts-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}/content
  • Vorgangs-IdNodeReports_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))

Parameter

reportId
String

Die Berichts-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

reportId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

reportId ist NULL.

Gilt für: