Uses of Class
com.azure.resourcemanager.appservice.models.ErrorEntity
-
Packages that use ErrorEntity 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 ErrorEntity in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ErrorEntity Modifier and Type Method Description ErrorEntityCustomHostnameAnalysisResultInner. customDomainVerificationFailureInfo()Get the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.ErrorEntityCustomHostnameAnalysisResultProperties. customDomainVerificationFailureInfo()Get the customDomainVerificationFailureInfo property: Raw failure information if DNS verification fails.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ErrorEntity Modifier and Type Method Description List<ErrorEntity>OperationInner. errors()Get the errors property: Any errors associate with the operation.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ErrorEntity Modifier and Type Method Description OperationInnerOperationInner. withErrors(List<ErrorEntity> errors)Set the errors property: Any errors associate with the operation. -
Uses of ErrorEntity in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ErrorEntity Modifier and Type Method Description ErrorEntityResponseMessageEnvelopeRemotePrivateEndpointConnection. error()Get the error property: Azure-AsyncOperation Error info.ErrorEntityErrorEntity. withCode(String code)Set the code property: Basic error code.ErrorEntityErrorEntity. withDetails(List<ErrorEntity> details)Set the details property: Error Details.ErrorEntityErrorEntity. withExtendedCode(String extendedCode)Set the extendedCode property: Type of error.ErrorEntityErrorEntity. withInnerErrors(List<ErrorEntity> innerErrors)Set the innerErrors property: Inner errors.ErrorEntityErrorEntity. withMessage(String message)Set the message property: Any details of the error.ErrorEntityErrorEntity. withMessageTemplate(String messageTemplate)Set the messageTemplate property: Message template.ErrorEntityErrorEntity. withParameters(List<String> parameters)Set the parameters property: Parameters for the template.ErrorEntityErrorEntity. withTarget(String target)Set the target property: The error target.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ErrorEntity Modifier and Type Method Description List<ErrorEntity>ErrorEntity. details()Get the details property: Error Details.List<ErrorEntity>ErrorEntity. innerErrors()Get the innerErrors property: Inner errors.Methods in com.azure.resourcemanager.appservice.models with parameters of type ErrorEntity Modifier and Type Method Description ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. withError(ErrorEntity error)Set the error property: Azure-AsyncOperation Error info.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ErrorEntity Modifier and Type Method Description ErrorEntityErrorEntity. withDetails(List<ErrorEntity> details)Set the details property: Error Details.ErrorEntityErrorEntity. withInnerErrors(List<ErrorEntity> innerErrors)Set the innerErrors property: Inner errors.
-