Uses of Interface
com.azure.resourcemanager.automation.models.DscNodeReport
Packages that use DscNodeReport
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeReport in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscNodeReportModifier and TypeMethodDescriptionNodeReports.get
(String resourceGroupName, String automationAccountName, String nodeId, String reportId) Retrieve the Dsc node report data by node id and report id.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type DscNodeReportModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DscNodeReport> NodeReports.getWithResponse
(String resourceGroupName, String automationAccountName, String nodeId, String reportId, com.azure.core.util.Context context) Retrieve the Dsc node report data by node id and report id.com.azure.core.http.rest.PagedIterable
<DscNodeReport> NodeReports.listByNode
(String resourceGroupName, String automationAccountName, String nodeId) Retrieve the Dsc node report list by node id.com.azure.core.http.rest.PagedIterable
<DscNodeReport> NodeReports.listByNode
(String resourceGroupName, String automationAccountName, String nodeId, String filter, com.azure.core.util.Context context) Retrieve the Dsc node report list by node id.