Uses of Class
com.azure.resourcemanager.automation.fluent.models.DscNodeReportInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscNodeReportInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionNodeReportsClient.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<DscNodeReportInner>
NodeReportsClient.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<DscNodeReportInner>
NodeReportsClient.listByNode
(String resourceGroupName, String automationAccountName, String nodeId) Retrieve the Dsc node report list by node id.com.azure.core.http.rest.PagedIterable<DscNodeReportInner>
NodeReportsClient.listByNode
(String resourceGroupName, String automationAccountName, String nodeId, String filter, com.azure.core.util.Context context) Retrieve the Dsc node report list by node id. -
Uses of DscNodeReportInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeReportInner.withConfigurationVersion
(String configurationVersion) Set the configurationVersion property: Gets or sets the configurationVersion of the node report.DscNodeReportInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Gets or sets the end time of the node report.DscNodeReportInner.withErrors
(List<DscReportError> errors) Set the errors property: Gets or sets the errors for the node report.DscNodeReportInner.withHostname
(String hostname) Set the hostname property: Gets or sets the hostname of the node that sent the report.Set the id property: Gets or sets the id.DscNodeReportInner.withIPV4Addresses
(List<String> iPV4Addresses) Set the iPV4Addresses property: Gets or sets the IPv4 address of the node that sent the report.DscNodeReportInner.withIPV6Addresses
(List<String> iPV6Addresses) Set the iPV6Addresses property: Gets or sets the IPv6 address of the node that sent the report.DscNodeReportInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the lastModifiedTime of the node report.DscNodeReportInner.withMetaConfiguration
(DscMetaConfiguration metaConfiguration) Set the metaConfiguration property: Gets or sets the metaConfiguration of the node at the time of the report.DscNodeReportInner.withNumberOfResources
(Integer numberOfResources) Set the numberOfResources property: Gets or sets the number of resource in the node report.DscNodeReportInner.withRawErrors
(String rawErrors) Set the rawErrors property: Gets or sets the unparsed errors for the node report.DscNodeReportInner.withRebootRequested
(String rebootRequested) Set the rebootRequested property: Gets or sets the rebootRequested of the node report.DscNodeReportInner.withRefreshMode
(String refreshMode) Set the refreshMode property: Gets or sets the refreshMode of the node report.DscNodeReportInner.withReportFormatVersion
(String reportFormatVersion) Set the reportFormatVersion property: Gets or sets the reportFormatVersion of the node report.DscNodeReportInner.withReportId
(String reportId) Set the reportId property: Gets or sets the id of the node report.DscNodeReportInner.withResources
(List<DscReportResource> resources) Set the resources property: Gets or sets the resource for the node report.DscNodeReportInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the node report.DscNodeReportInner.withStatus
(String status) Set the status property: Gets or sets the status of the node report.Set the type property: Gets or sets the type of the node report. -
Uses of DscNodeReportInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeReport.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.DscNodeReportInner object.Modifier and TypeMethodDescriptionDscNodeReportListResult.value()
Get the value property: Gets or sets a list of dsc node reports.Modifier and TypeMethodDescriptionDscNodeReportListResult.withValue
(List<DscNodeReportInner> value) Set the value property: Gets or sets a list of dsc node reports.