ExportFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Applies to
Azure SDK for .NET