DscNodeResource.GetContentNodeReport(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 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 Azure.Response<BinaryData> GetContentNodeReport (string reportId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentNodeReport : string * System.Threading.CancellationToken -> Azure.Response<BinaryData>
override this.GetContentNodeReport : string * System.Threading.CancellationToken -> Azure.Response<BinaryData>
Public Overridable Function GetContentNodeReport (reportId As String, Optional cancellationToken As CancellationToken = Nothing) As 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET