Uses of Class
com.azure.resourcemanager.apimanagement.models.ResolverUpdateContract
Packages that use ResolverUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ResolverUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ResolverUpdateContractModifier and TypeMethodDescriptionGraphQLApiResolversClient.update(String resourceGroupName, String serviceName, String apiId, String resolverId, String ifMatch, ResolverUpdateContract parameters) Updates the details of the resolver in the GraphQL API specified by its identifier.GraphQLApiResolversClient.updateWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, String ifMatch, ResolverUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the resolver in the GraphQL API specified by its identifier. -
Uses of ResolverUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResolverUpdateContractModifier and TypeMethodDescriptionstatic ResolverUpdateContractResolverUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResolverUpdateContract from the JsonReader.ResolverUpdateContract.withDescription(String description) Set the description property: Description of the resolver.ResolverUpdateContract.withDisplayName(String displayName) Set the displayName property: Resolver Name.Set the path property: Path is type/field being resolved.