Uses of Class
com.azure.resourcemanager.appservice.models.AzureResourceErrorInfo
Packages that use AzureResourceErrorInfo
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureResourceErrorInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureResourceErrorInfoModifier and TypeMethodDescriptionExpression.error()Get the error property: The azure resource error info.static AzureResourceErrorInfoAzureResourceErrorInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureResourceErrorInfo from the JsonReader.Set the code property: The error code.AzureResourceErrorInfo.withDetails(List<AzureResourceErrorInfo> details) Set the details property: The error details.AzureResourceErrorInfo.withMessage(String message) Set the message property: The error message.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AzureResourceErrorInfoModifier and TypeMethodDescriptionAzureResourceErrorInfo.details()Get the details property: The error details.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureResourceErrorInfoModifier and TypeMethodDescriptionExpression.withError(AzureResourceErrorInfo error) Set the error property: The azure resource error info.ExpressionRoot.withError(AzureResourceErrorInfo error) Set the error property: The azure resource error info.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type AzureResourceErrorInfoModifier and TypeMethodDescriptionAzureResourceErrorInfo.withDetails(List<AzureResourceErrorInfo> details) Set the details property: The error details.