Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownExportFormat

Package version

Known values of ExportFormat that the service accepts.

Index

Enumeration members

Enumeration members

Openapi

Openapi: = "openapi-link"

Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.

OpenapiJson

OpenapiJson: = "openapi+json-link"

Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.

Swagger

Swagger: = "swagger-link"

Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.

Wadl

Wadl: = "wadl-link"

Export the Api Definition in WADL Schema to Storage Blob.

Wsdl

Wsdl: = "wsdl-link"

Export the Api Definition in WSDL Schema to Storage Blob. This is only supported for APIs of Type soap

Generated using TypeDoc