Package version:

Interface ApiPortals

Interface representing a ApiPortals.

Hierarchy

  • ApiPortals

Methods

  • Delete the default API portal.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • Optional options: ApiPortalsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Delete the default API portal.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • apiPortalName: string

      The name of API portal.

    • Optional options: ApiPortalsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc