ArmApiCenterModelFactory.MetadataSchemaExportResult Method

Definition

The metadata schema export result.

public static Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportResult MetadataSchemaExportResult(Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportFormat? format = default, string value = default);
static member MetadataSchemaExportResult : Nullable<Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportFormat> * string -> Azure.ResourceManager.ApiCenter.Models.MetadataSchemaExportResult
Public Shared Function MetadataSchemaExportResult (Optional format As Nullable(Of MetadataSchemaExportFormat) = Nothing, Optional value As String = Nothing) As MetadataSchemaExportResult

Parameters

format
Nullable<MetadataSchemaExportFormat>

The export format for the schema.

value
String

The result of the export operation.

Returns

A new MetadataSchemaExportResult instance for mocking.

Applies to