ContentFormat 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 ContentFormat.
public static class ContentFormat
type ContentFormat = class
Public Class ContentFormat
- Inheritance
-
ContentFormat
Fields
GraphqlLink |
The GraphQL API endpoint hosted on a publicly accessible internet address. |
Openapi |
The contents are inline and Content Type is a OpenAPI 3.0 YAML Document. |
Openapijson |
The contents are inline and Content Type is a OpenAPI 3.0 JSON Document. |
OpenapijsonLink |
The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address. |
OpenapiLink |
The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address. |
SwaggerJson |
The contents are inline and Content Type is a OpenAPI 2.0 JSON Document. |
SwaggerLinkJson |
The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address. |
WadlLinkJson |
The WADL document is hosted on a publicly accessible internet address. |
WadlXml |
The contents are inline and Content type is a WADL document. |
Wsdl |
The contents are inline and the document is a WSDL/Soap document. |
WsdlLink |
The WSDL document is hosted on a publicly accessible internet address. |
Applies to
Azure SDK for .NET