ReevaluateOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:reevaluate> attribute.
Constructor
ReevaluateOperations(*args, **kwargs)
Methods
| recommendation |
Reevaluate a recommendation. |
recommendation
Reevaluate a recommendation.
recommendation(resource_group_name: str, workspace_name: str, recommendation_id: str, **kwargs: Any) -> ReevaluateResponse
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
workspace_name
Required
|
The name of the workspace. Required. |
|
recommendation_id
Required
|
Recommendation Id. Required. |
Returns
| Type | Description |
|---|---|
|
ReevaluateResponse. The ReevaluateResponse is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|