Uses of Class
com.azure.resourcemanager.automation.models.DscReportResource
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscReportResource in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeReportInner.resources()
Get the resources property: Gets or sets the resource for the node report.Modifier and TypeMethodDescriptionDscNodeReportInner.withResources
(List<DscReportResource> resources) Set the resources property: Gets or sets the resource for the node report. -
Uses of DscReportResource in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscReportResource.withDependsOn
(List<DscReportResourceNavigation> dependsOn) Set the dependsOn property: Gets or sets the Resource Navigation values for resources the resource depends on.DscReportResource.withDurationInSeconds
(Double durationInSeconds) Set the durationInSeconds property: Gets or sets the duration in seconds for the resource.Set the error property: Gets or sets the error of the resource.DscReportResource.withModuleName
(String moduleName) Set the moduleName property: Gets or sets the module name of the resource.DscReportResource.withModuleVersion
(String moduleVersion) Set the moduleVersion property: Gets or sets the module version of the resource.DscReportResource.withResourceId
(String resourceId) Set the resourceId property: Gets or sets the ID of the resource.DscReportResource.withResourceName
(String resourceName) Set the resourceName property: Gets or sets the name of the resource.DscReportResource.withSourceInfo
(String sourceInfo) Set the sourceInfo property: Gets or sets the source info of the resource.DscReportResource.withStartDate
(OffsetDateTime startDate) Set the startDate property: Gets or sets the start date of the resource.DscReportResource.withStatus
(String status) Set the status property: Gets or sets the status of the resource.Modifier and TypeMethodDescriptionDscNodeReport.resources()
Gets the resources property: Gets or sets the resource for the node report.