Aracılığıyla paylaş


ApiExportResult Constructors

Definition

Overloads

ApiExportResult()

Initializes a new instance of the ApiExportResult class.

ApiExportResult(String, String, ApiExportResultValue)

Initializes a new instance of the ApiExportResult class.

ApiExportResult()

Initializes a new instance of the ApiExportResult class.

public ApiExportResult ();
Public Sub New ()

Applies to

ApiExportResult(String, String, ApiExportResultValue)

Initializes a new instance of the ApiExportResult class.

public ApiExportResult (string id = default, string exportResultFormat = default, Microsoft.Azure.Management.ApiManagement.Models.ApiExportResultValue value = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiExportResult : string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiExportResultValue -> Microsoft.Azure.Management.ApiManagement.Models.ApiExportResult
Public Sub New (Optional id As String = Nothing, Optional exportResultFormat As String = Nothing, Optional value As ApiExportResultValue = Nothing)

Parameters

id
String

ResourceId of the API which was exported.

exportResultFormat
String

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'

value
ApiExportResultValue

The object defining the schema of the exported API Detail

Applies to