Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiContract
Packages that use ApiContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiContractModifier and TypeMethodDescriptionApiContract.Update.apply()Executes the update request.ApiContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ApiContract.DefinitionStages.WithCreate.create()Executes the create request.ApiContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.GatewayApis.createOrUpdate(String resourceGroupName, String serviceName, String gatewayId, String apiId) Adds an API to the specified Gateway.ProductApis.createOrUpdate(String resourceGroupName, String serviceName, String productId, String apiId) Adds an API to the specified product.WorkspaceApis.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters) Creates new or updates existing specified API of the workspace in an API Management service instance.WorkspaceApis.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, ApiCreateOrUpdateParameter parameters, String ifMatch, com.azure.core.util.Context context) Creates new or updates existing specified API of the workspace in an API Management service instance.Gets the details of the API specified by its identifier.Gets the details of the API specified by its identifier.Gets the details of the API specified by its identifier.ApiContract.refresh()Refreshes the resource to sync with Azure.ApiContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceApis.update(String resourceGroupName, String serviceName, String workspaceId, String apiId, String ifMatch, ApiUpdateContract parameters) Updates the specified API of the workspace in an API Management service instance.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiContract> GatewayApis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String gatewayId, String apiId, AssociationContract parameters, com.azure.core.util.Context context) Adds an API to the specified Gateway.com.azure.core.http.rest.Response<ApiContract> ProductApis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String apiId, com.azure.core.util.Context context) Adds an API to the specified product.com.azure.core.http.rest.Response<ApiContract> Apis.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the API specified by its identifier.com.azure.core.http.rest.Response<ApiContract> Apis.getWithResponse(String resourceGroupName, String serviceName, String apiId, com.azure.core.util.Context context) Gets the details of the API specified by its identifier.com.azure.core.http.rest.Response<ApiContract> WorkspaceApis.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, com.azure.core.util.Context context) Gets the details of the API specified by its identifier.com.azure.core.http.rest.PagedIterable<ApiContract> ProductApis.listByProduct(String resourceGroupName, String serviceName, String productId) Lists a collection of the APIs associated with a product.com.azure.core.http.rest.PagedIterable<ApiContract> ProductApis.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the APIs associated with a product.com.azure.core.http.rest.PagedIterable<ApiContract> Apis.listByService(String resourceGroupName, String serviceName) Lists all APIs of the API Management service instance.com.azure.core.http.rest.PagedIterable<ApiContract> Apis.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String tags, Boolean expandApiVersionSet, com.azure.core.util.Context context) Lists all APIs of the API Management service instance.com.azure.core.http.rest.PagedIterable<ApiContract> GatewayApis.listByService(String resourceGroupName, String serviceName, String gatewayId) Lists a collection of the APIs associated with a gateway.com.azure.core.http.rest.PagedIterable<ApiContract> GatewayApis.listByService(String resourceGroupName, String serviceName, String gatewayId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the APIs associated with a gateway.com.azure.core.http.rest.PagedIterable<ApiContract> WorkspaceApis.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists all APIs of the workspace in an API Management service instance.com.azure.core.http.rest.PagedIterable<ApiContract> WorkspaceApis.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, String tags, Boolean expandApiVersionSet, com.azure.core.util.Context context) Lists all APIs of the workspace in an API Management service instance.com.azure.core.http.rest.Response<ApiContract> WorkspaceApis.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String ifMatch, ApiUpdateContract parameters, com.azure.core.util.Context context) Updates the specified API of the workspace in an API Management service instance.