INodeReportsOperations Interface

Definition

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

Get(INodeReportsOperations, String, String, String, String)

Retrieve the Dsc node report data by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations

GetAsync(INodeReportsOperations, String, String, String, String, CancellationToken)

Retrieve the Dsc node report data by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations

GetContent(INodeReportsOperations, String, String, String, String)

Retrieve the Dsc node reports by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations

GetContentAsync(INodeReportsOperations, String, String, String, String, CancellationToken)

Retrieve the Dsc node reports by node id and report id. http://aka.ms/azureautomationsdk/dscnodereportoperations

ListByNode(INodeReportsOperations, String, String, String, ODataQuery<DscNodeReport>)

Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations

ListByNodeAsync(INodeReportsOperations, String, String, String, ODataQuery<DscNodeReport>, CancellationToken)

Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations

ListByNodeNext(INodeReportsOperations, String)

Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations

ListByNodeNextAsync(INodeReportsOperations, String, CancellationToken)

Retrieve the Dsc node report list by node id. http://aka.ms/azureautomationsdk/dscnodereportoperations

Applies to