Interface OperationsResults
public interface OperationsResults
Resource collection API of OperationsResults.
-
Method Summary
Modifier and TypeMethodDescriptionvoidReturns operation results for long running operations executing DELETE or PATCH on the resource.getWithResponse(String location, String operationId, com.azure.core.util.Context context) Returns operation results for long running operations executing DELETE or PATCH on the resource.
-
Method Details
-
getWithResponse
OperationsResultsGetResponse getWithResponse(String location, String operationId, com.azure.core.util.Context context) Returns operation results for long running operations executing DELETE or PATCH on the resource.- Parameters:
location- The name of the Azure region.operationId- The ID of an ongoing async operation.context- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Returns operation results for long running operations executing DELETE or PATCH on the resource.- Parameters:
location- The name of the Azure region.operationId- The ID of an ongoing async operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-