ApiExportResult 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.
API Export result.
public class ApiExportResult
type ApiExportResult = class
Public Class ApiExportResult
- Inheritance
-
ApiExportResult
Constructors
ApiExportResult() |
Initializes a new instance of the ApiExportResult class. |
ApiExportResult(String, String, ApiExportResultValue) |
Initializes a new instance of the ApiExportResult class. |
Properties
ExportResultFormat |
Gets or sets format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes. Possible values include: 'Swagger', 'Wsdl', 'Wadl', 'OpenApi' |
Id |
Gets or sets resourceId of the API which was exported. |
Value |
Gets or sets the object defining the schema of the exported API Detail |
Applies to
Azure SDK for .NET