IDscNodeReportsOperations Interface
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.
In this article
public interface IDscNodeReportsOperations
type IDscNodeReportsOperations = interface
Public Interface IDscNodeReportsOperations
Methods
GetAsync(String, String, Guid, Guid, CancellationToken)
Retrieve the Dsc node report data by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
GetContentAsync(String, String, Guid, Guid, CancellationToken)
Retrieve the Dsc node reports by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
ListAsync(String, String, DscNodeReportListParameters, CancellationToken)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
ListNextAsync(String, CancellationToken)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
Extension Methods
Get(IDscNodeReportsOperations, String, String, Guid, Guid)
Retrieve the Dsc node report data by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
GetAsync(IDscNodeReportsOperations, String, String, Guid, Guid)
Retrieve the Dsc node report data by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
GetContent(IDscNodeReportsOperations, String, String, Guid, Guid)
Retrieve the Dsc node reports by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
GetContentAsync(IDscNodeReportsOperations, String, String, Guid, Guid)
Retrieve the Dsc node reports by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
List(IDscNodeReportsOperations, String, String, DscNodeReportListParameters)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
ListAsync(IDscNodeReportsOperations, String, String, DscNodeReportListParameters)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
ListNext(IDscNodeReportsOperations, String)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
ListNextAsync(IDscNodeReportsOperations, String)
Retrieve the Dsc node report list by node id and report id. (see
http://aka.ms/azureautomationsdk/dscnodereportoperations for more
information)
Applies to