Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownExportResultFormat

Package version

Known values of ExportResultFormat that the service accepts.

Index

Enumeration members

Enumeration members

OpenApi

OpenApi: = "openapi-link"

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

Swagger

Swagger: = "swagger-link-json"

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

Wadl

Wadl: = "wadl-link-json"

Export the API Definition in WADL Schema to Storage Blob.

Wsdl

Wsdl: = "wsdl-link+xml"

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

Generated using TypeDoc