Uses of Interface
com.azure.resourcemanager.automation.models.DscNodeReport
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeReport in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionNodeReports.get
(String resourceGroupName, String automationAccountName, String nodeId, String reportId) Retrieve the Dsc node report data by node id and report id.Modifier 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.