Class SyncDefaultPollingStrategy<T,U>

java.lang.Object
com.azure.core.util.polling.SyncDefaultPollingStrategy<T,U>
Type Parameters:
T - the type of the response type from a polling call, or BinaryData if raw response body should be kept
U - the type of the final result object to deserialize into, or BinaryData if raw response body should be kept
All Implemented Interfaces:
SyncPollingStrategy<T,U>

public final class SyncDefaultPollingStrategy<T,U> extends Object implements SyncPollingStrategy<T,U>
The default synchronous polling strategy to use with Azure data plane services. The default polling strategy will attempt three known strategies, SyncOperationResourcePollingStrategy, SyncLocationPollingStrategy, and SyncStatusCheckPollingStrategy, in this order. The first strategy that can poll on the initial response will be used. The created chained polling strategy is capable of handling most of the polling scenarios in Azure.