ApiExportResult.ExportResultFormat Property

Definition

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'

[Newtonsoft.Json.JsonProperty(PropertyName="format")]
public string ExportResultFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="format")>]
member this.ExportResultFormat : string with get, set
Public Property ExportResultFormat As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to