UNPKG

@azure/arm-security

Version:
53 lines 3.26 kB
import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { IotSecuritySolutionsAnalyticsRecommendation } from "../operationsInterfaces"; import { SecurityCenter } from "../securityCenter"; import { IoTSecurityAggregatedRecommendation, IotSecuritySolutionsAnalyticsRecommendationListOptionalParams, IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams, IotSecuritySolutionsAnalyticsRecommendationGetResponse } from "../models"; /** Class containing IotSecuritySolutionsAnalyticsRecommendation operations. */ export declare class IotSecuritySolutionsAnalyticsRecommendationImpl implements IotSecuritySolutionsAnalyticsRecommendation { private readonly client; /** * Initialize a new instance of the class IotSecuritySolutionsAnalyticsRecommendation class. * @param client Reference to the service client */ constructor(client: SecurityCenter); /** * Use this method to get the list of aggregated security analytics recommendations of yours IoT * Security solution. * @param resourceGroupName The name of the resource group within the user's subscription. The name is * case insensitive. * @param solutionName The name of the IoT Security solution. * @param options The options parameters. */ list(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams): PagedAsyncIterableIterator<IoTSecurityAggregatedRecommendation>; private listPagingPage; private listPagingAll; /** * Use this method to get the aggregated security analytics recommendation of yours IoT Security * solution. This aggregation is performed by recommendation name. * @param resourceGroupName The name of the resource group within the user's subscription. The name is * case insensitive. * @param solutionName The name of the IoT Security solution. * @param aggregatedRecommendationName Name of the recommendation aggregated for this query. * @param options The options parameters. */ get(resourceGroupName: string, solutionName: string, aggregatedRecommendationName: string, options?: IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams): Promise<IotSecuritySolutionsAnalyticsRecommendationGetResponse>; /** * Use this method to get the list of aggregated security analytics recommendations of yours IoT * Security solution. * @param resourceGroupName The name of the resource group within the user's subscription. The name is * case insensitive. * @param solutionName The name of the IoT Security solution. * @param options The options parameters. */ private _list; /** * ListNext * @param resourceGroupName The name of the resource group within the user's subscription. The name is * case insensitive. * @param solutionName The name of the IoT Security solution. * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; } //# sourceMappingURL=iotSecuritySolutionsAnalyticsRecommendation.d.ts.map