ApiExport interface

Interface representing a ApiExport.

Methods

get(string, string, string, string, string, ApiExportGetOptionalParams)

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.

Method Details

get(string, string, string, string, string, ApiExportGetOptionalParams)

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.

function get(resourceGroupName: string, serviceName: string, apiId: string, format: string, exportParam: string, options?: ApiExportGetOptionalParams): Promise<ApiExportResult>

Parameters

resourceGroupName

string

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

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

string

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

exportParam

string

Query parameter required to export the API details.

options
ApiExportGetOptionalParams

The options parameters.

Returns

Promise<ApiExportResult>