Uses of Class
com.azure.resourcemanager.automation.models.ModuleErrorInfo
Packages that use ModuleErrorInfo
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ModuleErrorInfo in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return ModuleErrorInfoModifier and TypeMethodDescriptionModuleInner.error()
Get the error property: Gets or sets the error info of the module.ModuleProperties.error()
Get the error property: Gets or sets the error info of the module.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type ModuleErrorInfoModifier and TypeMethodDescriptionModuleInner.withError
(ModuleErrorInfo error) Set the error property: Gets or sets the error info of the module.ModuleProperties.withError
(ModuleErrorInfo error) Set the error property: Gets or sets the error info of the module. -
Uses of ModuleErrorInfo in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ModuleErrorInfoModifier and TypeMethodDescriptionModule.error()
Gets the error property: Gets or sets the error info of the module.static ModuleErrorInfo
ModuleErrorInfo.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ModuleErrorInfo from the JsonReader.Set the code property: Gets or sets the error code.ModuleErrorInfo.withMessage
(String message) Set the message property: Gets or sets the error message.