Interface LocationBasedRecommendedActionSessionsResultsClient
-
public interface LocationBasedRecommendedActionSessionsResultsClientAn instance of this class provides access to all the operations defined in LocationBasedRecommendedActionSessionsResultsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RecommendationActionInner>list(String locationName, String operationId)Recommendation action session operation result.com.azure.core.http.rest.PagedIterable<RecommendationActionInner>list(String locationName, String operationId, com.azure.core.util.Context context)Recommendation action session operation result.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<RecommendationActionInner> list(String locationName, String operationId)
Recommendation action session operation result.- Parameters:
locationName- The name of the location.operationId- The operation identifier.- Returns:
- a list of recommendation actions.
- 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.
-
list
com.azure.core.http.rest.PagedIterable<RecommendationActionInner> list(String locationName, String operationId, com.azure.core.util.Context context)
Recommendation action session operation result.- Parameters:
locationName- The name of the location.operationId- The operation identifier.context- The context to associate with this operation.- Returns:
- a list of recommendation actions.
- 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.
-
-