Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiExport

Package version

Interface representing a ApiExport.

Hierarchy

  • ApiExport

Implemented by

Index

Methods

Methods

get

  • Gets the details of the API specified by its identifier in the format specified to the Storage Blob with SAS Key valid for 5 minutes.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • serviceName: string

      The name of the API Management service.

    • apiId: string

      API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

    • format: ExportFormat

      Format in which to export the Api Details to the Storage Blob with Sas Key valid for 5 minutes.

    • exportParam: ExportApi

      Query parameter required to export the API details.

    • Optional options: ApiExportGetOptionalParams

      The options parameters.

    Returns Promise<ApiExportGetResponse>

Generated using TypeDoc