Uses of Interface
com.azure.resourcemanager.apimanagement.models.SchemaContract
Packages that use SchemaContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SchemaContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SchemaContractModifier and TypeMethodDescriptionSchemaContract.Update.apply()Executes the update request.SchemaContract.Update.apply(com.azure.core.util.Context context) Executes the update request.SchemaContract.DefinitionStages.WithCreate.create()Executes the create request.SchemaContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceApiSchemas.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String schemaId, SchemaContractInner parameters) Creates or updates schema configuration for the API.WorkspaceApiSchemas.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String schemaId, SchemaContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates schema configuration for the API.Get the schema configuration at the API level.WorkspaceApiSchemas.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String schemaId) Get the schema configuration at the API level.Get the schema configuration at the API level.SchemaContract.refresh()Refreshes the resource to sync with Azure.SchemaContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SchemaContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SchemaContract> ApiSchemas.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the schema configuration at the API level.com.azure.core.http.rest.Response<SchemaContract> ApiSchemas.getWithResponse(String resourceGroupName, String serviceName, String apiId, String schemaId, com.azure.core.util.Context context) Get the schema configuration at the API level.com.azure.core.http.rest.Response<SchemaContract> WorkspaceApiSchemas.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String schemaId, com.azure.core.util.Context context) Get the schema configuration at the API level.com.azure.core.http.rest.PagedIterable<SchemaContract> Get the schema configuration at the API level.com.azure.core.http.rest.PagedIterable<SchemaContract> ApiSchemas.listByApi(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Get the schema configuration at the API level.com.azure.core.http.rest.PagedIterable<SchemaContract> WorkspaceApiSchemas.listByApi(String resourceGroupName, String serviceName, String workspaceId, String apiId) Get the schema configuration at the API level.com.azure.core.http.rest.PagedIterable<SchemaContract> WorkspaceApiSchemas.listByApi(String resourceGroupName, String serviceName, String workspaceId, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Get the schema configuration at the API level.