Uses of Class
com.azure.resourcemanager.apicenter.models.MetadataSchemaExportRequest
Packages that use MetadataSchemaExportRequest
Package
Description
Package containing the service clients for AzureApiCenter.
Package containing the data models for AzureApiCenter.
-
Uses of MetadataSchemaExportRequest in com.azure.resourcemanager.apicenter.fluent
Methods in com.azure.resourcemanager.apicenter.fluent with parameters of type MetadataSchemaExportRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<MetadataSchemaExportResultInner>, MetadataSchemaExportResultInner> ServicesClient.beginExportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body) Exports the effective metadata schema.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<MetadataSchemaExportResultInner>, MetadataSchemaExportResultInner> ServicesClient.beginExportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body, com.azure.core.util.Context context) Exports the effective metadata schema.ServicesClient.exportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body) Exports the effective metadata schema.ServicesClient.exportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body, com.azure.core.util.Context context) Exports the effective metadata schema. -
Uses of MetadataSchemaExportRequest in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return MetadataSchemaExportRequestModifier and TypeMethodDescriptionstatic MetadataSchemaExportRequest
MetadataSchemaExportRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetadataSchemaExportRequest from the JsonReader.MetadataSchemaExportRequest.withAssignedTo
(MetadataAssignmentEntity assignedTo) Set the assignedTo property: An entity the metadata schema is requested for.Methods in com.azure.resourcemanager.apicenter.models with parameters of type MetadataSchemaExportRequestModifier and TypeMethodDescriptionService.exportMetadataSchema
(MetadataSchemaExportRequest body) Exports the effective metadata schema.Service.exportMetadataSchema
(MetadataSchemaExportRequest body, com.azure.core.util.Context context) Exports the effective metadata schema.Services.exportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body) Exports the effective metadata schema.Services.exportMetadataSchema
(String resourceGroupName, String serviceName, MetadataSchemaExportRequest body, com.azure.core.util.Context context) Exports the effective metadata schema.