Uses of Class
com.azure.core.management.polling.PollResult.Error
-
Packages that use PollResult.Error Package Description com.azure.core.management.polling Package containing the classes that handling long-running operation for Azure ARM client side http communication with a REST endpoint. -
-
Uses of PollResult.Error in com.azure.core.management.polling
Methods in com.azure.core.management.polling that return PollResult.Error Modifier and Type Method Description PollResult.ErrorPollResult. getError()Get the error description when poll-operation receives error from service.Constructors in com.azure.core.management.polling with parameters of type PollResult.Error Constructor Description PollResult(PollResult.Error error)Creates PollResult.
-