OpenApiDeprecationExtension Class
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.
Extension element for OpenAPI to add deprecation information. x-ms-deprecation
C#
public class OpenApiDeprecationExtension : Microsoft.OpenApi.Interfaces.IOpenApiExtension
type OpenApiDeprecationExtension = class
interface IOpenApiExtension
Public Class OpenApiDeprecationExtension
Implements IOpenApiExtension
- Inheritance
-
OpenApiDeprecationExtension
- Implements
Date |
The date at which the element has been/will be deprecated. |
Description |
The description of the revision. |
Name |
Name of the extension as used in the description. |
Removal |
The date at which the element has been/will be removed entirely from the service. |
Version |
The version this revision was introduced. |
Write(IOpen |
Write out contents of custom extension |
Toode | Versioonid |
---|---|
Open API .NET OData | latest |