ArmApiCenterModelFactory.MetadataSchemaExportResult Method
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.
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.