INodeReportsOperations 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.
NodeReportsOperations operations.
public interface INodeReportsOperations
type INodeReportsOperations = interface
Public Interface INodeReportsOperations
Methods
GetContentWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Dsc node reports by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Dsc node report data by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations |
ListByNodeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations |
ListByNodeWithHttpMessagesAsync(String, String, String, ODataQuery<DscNodeReport>, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations |
Extension Methods
Applies to
Azure SDK for .NET