ExportResultFormat Class

Definition

Defines values for ExportResultFormat.

public static class ExportResultFormat
type ExportResultFormat = class
Public Class ExportResultFormat
Inheritance
ExportResultFormat

Fields

OpenApi

Export the API Definition in OpenAPI Specification 3.0 to Storage Blob.

Swagger

The API Definition is exported in OpenAPI Specification 2.0 format to the Storage Blob.

Wadl

Export the API Definition in WADL Schema to Storage Blob.

Wsdl

The API Definition is exported in WSDL Schema to Storage Blob. This is only supported for APIs of Type soap

Applies to