Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.ErrorEntity
-
Packages that use ErrorEntity Package Description com.microsoft.azure.toolkit.lib.appservice.model com.microsoft.azure.toolkit.lib.appservice.utils -
-
Uses of ErrorEntity in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type ErrorEntity Modifier and Type Field Description private List<ErrorEntity>ErrorEntity. detailsprivate List<ErrorEntity>CsmDeploymentStatus. errorsprivate List<ErrorEntity>ErrorEntity. innerErrors -
Uses of ErrorEntity in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return ErrorEntity Modifier and Type Method Description private static ErrorEntityAppServiceUtils. fromErrorEntity(com.azure.resourcemanager.appservice.models.ErrorEntity entity)
-