Interface LocationBasedRecommendedActionSessionsOperationStatus
public interface LocationBasedRecommendedActionSessionsOperationStatus
Resource collection API of LocationBasedRecommendedActionSessionsOperationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionRecommendation action session operation status.com.azure.core.http.rest.Response<RecommendedActionSessionsOperationStatus>
getWithResponse
(String locationName, String operationId, com.azure.core.util.Context context) Recommendation action session operation status.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<RecommendedActionSessionsOperationStatus> getWithResponse(String locationName, String operationId, com.azure.core.util.Context context) Recommendation action session operation status.- Parameters:
locationName
- The name of the location.operationId
- The operation identifier.context
- The context to associate with this operation.- Returns:
- recommendation action session operation status along with
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
Recommendation action session operation status.- Parameters:
locationName
- The name of the location.operationId
- The operation identifier.- Returns:
- recommendation action session operation status.
- 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.
-