Uses of Interface
com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract
Packages that use GlobalSchemaContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GlobalSchemaContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GlobalSchemaContractModifier and TypeMethodDescriptionGlobalSchemaContract.Update.apply()Executes the update request.GlobalSchemaContract.Update.apply(com.azure.core.util.Context context) Executes the update request.GlobalSchemaContract.DefinitionStages.WithCreate.create()Executes the create request.GlobalSchemaContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceGlobalSchemas.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String schemaId, GlobalSchemaContractInner parameters) Creates new or updates existing specified Schema of the workspace in an API Management service instance.WorkspaceGlobalSchemas.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String schemaId, GlobalSchemaContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified Schema of the workspace in an API Management service instance.Gets the details of the Schema specified by its identifier.WorkspaceGlobalSchemas.get(String resourceGroupName, String serviceName, String workspaceId, String schemaId) Gets the details of the Schema specified by its identifier.Gets the details of the Schema specified by its identifier.GlobalSchemaContract.refresh()Refreshes the resource to sync with Azure.GlobalSchemaContract.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 GlobalSchemaContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GlobalSchemaContract> GlobalSchemas.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Schema specified by its identifier.com.azure.core.http.rest.Response<GlobalSchemaContract> GlobalSchemas.getWithResponse(String resourceGroupName, String serviceName, String schemaId, com.azure.core.util.Context context) Gets the details of the Schema specified by its identifier.com.azure.core.http.rest.Response<GlobalSchemaContract> WorkspaceGlobalSchemas.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String schemaId, com.azure.core.util.Context context) Gets the details of the Schema specified by its identifier.com.azure.core.http.rest.PagedIterable<GlobalSchemaContract> GlobalSchemas.listByService(String resourceGroupName, String serviceName) Lists a collection of schemas registered with service instance.com.azure.core.http.rest.PagedIterable<GlobalSchemaContract> GlobalSchemas.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of schemas registered with service instance.com.azure.core.http.rest.PagedIterable<GlobalSchemaContract> WorkspaceGlobalSchemas.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of schemas registered with workspace in a service instance.com.azure.core.http.rest.PagedIterable<GlobalSchemaContract> WorkspaceGlobalSchemas.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of schemas registered with workspace in a service instance.