Uses of Class
com.azure.resourcemanager.appservice.models.ValidateResponseError
-
Packages that use ValidateResponseError Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ValidateResponseError Modifier and Type Method Description ValidateResponseErrorValidateResponseInner. 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 ValidateResponseError Modifier and Type Method Description ValidateResponseInnerValidateResponseInner. withError(ValidateResponseError error)Set the error property: Error details for the case when validation fails. -
Uses of ValidateResponseError in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ValidateResponseError Modifier and Type Method Description ValidateResponseErrorValidateResponseError. withCode(String code)Set the code property: Validation error code.ValidateResponseErrorValidateResponseError. withMessage(String message)Set the message property: Validation error message.
-