Package version:

Interface APICollectionOffboarding

Interface representing a APICollectionOffboarding.

Hierarchy

  • APICollectionOffboarding

Methods

Methods

  • Offboard an Azure API Management API from Defender for APIs. The system will stop monitoring the operations within the Azure API Management API for intrusive behaviors.

    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: APICollectionOffboardingDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc