ExportFormat Class

Definition

Defines values for ExportFormat.

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

Fields

Openapi

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

OpenapiJson

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

Swagger

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

Wadl

Export the Api Definition in WADL Schema to Storage Blob.

Wsdl

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

Applies to