Uses of Interface
com.azure.resourcemanager.apimanagement.models.ResolverContract
Packages that use ResolverContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ResolverContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResolverContractModifier and TypeMethodDescriptionResolverContract.Update.apply()Executes the update request.ResolverContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ResolverContract.DefinitionStages.WithCreate.create()Executes the create request.ResolverContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.GraphQLApiResolvers.get(String resourceGroupName, String serviceName, String apiId, String resolverId) Gets the details of the GraphQL API Resolver specified by its identifier.Gets the details of the GraphQL API Resolver specified by its identifier.ResolverContract.refresh()Refreshes the resource to sync with Azure.ResolverContract.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 ResolverContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ResolverContract> GraphQLApiResolvers.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the GraphQL API Resolver specified by its identifier.com.azure.core.http.rest.Response<ResolverContract> GraphQLApiResolvers.getWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, com.azure.core.util.Context context) Gets the details of the GraphQL API Resolver specified by its identifier.com.azure.core.http.rest.PagedIterable<ResolverContract> Lists a collection of the resolvers for the specified GraphQL API.com.azure.core.http.rest.PagedIterable<ResolverContract> GraphQLApiResolvers.listByApi(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the resolvers for the specified GraphQL API.