Uses of Class
com.azure.resourcemanager.automation.models.DscReportError
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type DscReportErrorModifier and TypeMethodDescriptionDscNodeReportInner.errors()
Get the errors property: Gets or sets the errors for the node report.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type DscReportErrorModifier 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
Methods in com.azure.resourcemanager.automation.models that return DscReportErrorModifier and TypeMethodDescriptionstatic DscReportError
DscReportError.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscReportError from the JsonReader.DscReportError.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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type DscReportErrorModifier and TypeMethodDescriptionDscNodeReport.errors()
Gets the errors property: Gets or sets the errors for the node report.