Package version:

Interface APICollection

Interface representing a APICollection.

Hierarchy

  • APICollection

Methods

Methods

  • Gets an Azure API Management API if it has been onboarded to Defender for APIs. If an Azure API Management API is onboarded to Defender for APIs, the system will monitor the operations within the Azure API Management API for intrusive behaviors and provide alerts for attacks that have been detected.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • serviceName: string

      The name of the API Management service.

    • apiCollectionId: string

      A string representing the apiCollections resource within the Microsoft.Security provider namespace. This string matches the Azure API Management API name.

    • Optional options: APICollectionGetOptionalParams

      The options parameters.

    Returns Promise<ApiCollectionResponse>

  • Gets a list of Azure API Management APIs that have been onboarded to Defender for APIs. If an Azure API Management API is onboarded to Defender for APIs, the system will monitor the operations within the Azure API Management API for intrusive behaviors and provide alerts for attacks that have been detected.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • serviceName: string

      The name of the API Management service.

    • Optional options: APICollectionListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ApiCollectionResponse>

Generated using TypeDoc