Uses of Class
com.azure.resourcemanager.automation.models.DscReportError
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of DscReportError in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscNodeReportInner.errors()
Get the errors property: Gets or sets the errors for the node report.Modifier and TypeMethodDescriptionDscNodeReportInner.withErrors
(List<DscReportError> errors) Set the errors property: Gets or sets the errors for the node report. -
Uses of DscReportError in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscReportError.withErrorCode
(String errorCode) Set the errorCode property: Gets or sets the error code.DscReportError.withErrorDetails
(String errorDetails) Set the errorDetails property: Gets or sets the error details.DscReportError.withErrorMessage
(String errorMessage) Set the errorMessage property: Gets or sets the error message.DscReportError.withErrorSource
(String errorSource) Set the errorSource property: Gets or sets the source of the error.DscReportError.withLocale
(String locale) Set the locale property: Gets or sets the locale of the error.DscReportError.withResourceId
(String resourceId) Set the resourceId property: Gets or sets the resource ID which generated the error.Modifier and TypeMethodDescriptionDscNodeReport.errors()
Gets the errors property: Gets or sets the errors for the node report.