AsyncOperationStatusClient Interface
public interface AsyncOperationStatusClient
An instance of this class provides access to all the operations defined in AsyncOperationStatusClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Operation |
get(String location, String operationId)
For checking the ongoing status of an operation. |
abstract
Mono<Operation |
getAsync(String location, String operationId)
For checking the ongoing status of an operation. |
abstract
Response<Operation |
getWithResponse(String location, String operationId, Context context)
For checking the ongoing status of an operation. |
abstract
Mono<Response<Operation |
getWithResponseAsync(String location, String operationId)
For checking the ongoing status of an operation. |
Method Details
get
public abstract OperationStatusInner get(String location, String operationId)
For checking the ongoing status of an operation.
Parameters:
Returns:
getAsync
public abstract Mono
For checking the ongoing status of an operation.
Parameters:
Returns:
getWithResponse
public abstract Response
For checking the ongoing status of an operation.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
For checking the ongoing status of an operation.
Parameters:
Returns:
Applies to
Azure SDK for Java