ApiExportResult Class

Definition

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