AlertRuleRecommendationsOperations interface

Interface representing a AlertRuleRecommendations operations.

Properties

listByResource

Retrieve alert rule recommendations for a resource.

listByTargetType

Retrieve alert rule recommendations for a target type.

Property Details

listByResource

Retrieve alert rule recommendations for a resource.

listByResource: (resourceUri: string, options?: AlertRuleRecommendationsListByResourceOptionalParams) => PagedAsyncIterableIterator<AlertRuleRecommendationResource, AlertRuleRecommendationResource[], PageSettings>

Property Value

(resourceUri: string, options?: AlertRuleRecommendationsListByResourceOptionalParams) => PagedAsyncIterableIterator<AlertRuleRecommendationResource, AlertRuleRecommendationResource[], PageSettings>

listByTargetType

Retrieve alert rule recommendations for a target type.

listByTargetType: (targetType: string, options?: AlertRuleRecommendationsListByTargetTypeOptionalParams) => PagedAsyncIterableIterator<AlertRuleRecommendationResource, AlertRuleRecommendationResource[], PageSettings>

Property Value

(targetType: string, options?: AlertRuleRecommendationsListByTargetTypeOptionalParams) => PagedAsyncIterableIterator<AlertRuleRecommendationResource, AlertRuleRecommendationResource[], PageSettings>