Uses of Interface
com.azure.resourcemanager.apicenter.models.MetadataSchema
Packages that use MetadataSchema
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of MetadataSchema in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return MetadataSchemaModifier and TypeMethodDescriptionMetadataSchema.Update.apply()
Executes the update request.MetadataSchema.Update.apply
(com.azure.core.util.Context context) Executes the update request.MetadataSchema.DefinitionStages.WithCreate.create()
Executes the create request.MetadataSchema.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Returns details of the metadata schema.Returns details of the metadata schema.MetadataSchema.refresh()
Refreshes the resource to sync with Azure.MetadataSchema.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type MetadataSchemaModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<MetadataSchema> MetadataSchemas.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns details of the metadata schema.com.azure.core.http.rest.Response
<MetadataSchema> MetadataSchemas.getWithResponse
(String resourceGroupName, String serviceName, String metadataSchemaName, com.azure.core.util.Context context) Returns details of the metadata schema.com.azure.core.http.rest.PagedIterable
<MetadataSchema> Returns a collection of metadata schemas.com.azure.core.http.rest.PagedIterable
<MetadataSchema> MetadataSchemas.list
(String resourceGroupName, String serviceName, String filter, com.azure.core.util.Context context) Returns a collection of metadata schemas.