Uses of Class
com.azure.resourcemanager.appservice.models.ValidateResponseError
Packages that use ValidateResponseError
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ValidateResponseError in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ValidateResponseErrorModifier and TypeMethodDescriptionValidateResponseInner.error()Get the error property: Error details for the case when validation fails.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ValidateResponseErrorModifier and TypeMethodDescriptionValidateResponseInner.withError(ValidateResponseError error) Set the error property: Error details for the case when validation fails. -
Uses of ValidateResponseError in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ValidateResponseErrorModifier and TypeClassDescriptionfinal classError details for when validation fails.Methods in com.azure.resourcemanager.appservice.models that return ValidateResponseErrorModifier and TypeMethodDescriptionstatic ValidateResponseErrorValidateResponseError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateResponseError from the JsonReader.Set the code property: Validation error code.ValidateResponseError.withMessage(String message) Set the message property: Validation error message.