Interface MetadataSchemaExportResult
public interface MetadataSchemaExportResult
An immutable client-side representation of MetadataSchemaExportResult.
-
Method Details
-
format
MetadataSchemaExportFormat format()Gets the format property: The export format for the schema.- Returns:
- the format value.
-
value
String value()Gets the value property: The result of the export operation.- Returns:
- the value value.
-
innerModel
MetadataSchemaExportResultInner innerModel()Gets the inner com.azure.resourcemanager.apicenter.fluent.models.MetadataSchemaExportResultInner object.- Returns:
- the inner object.
-