Uses of Interface
com.azure.resourcemanager.apimanagement.models.ProductApiLinkContract
Packages that use ProductApiLinkContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ProductApiLinkContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductApiLinkContractModifier and TypeMethodDescriptionProductApiLinkContract.Update.apply()Executes the update request.ProductApiLinkContract.Update.apply(com.azure.core.util.Context context) Executes the update request.ProductApiLinkContract.DefinitionStages.WithCreate.create()Executes the create request.ProductApiLinkContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceProductApiLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.ProductApiLinks.get(String resourceGroupName, String serviceName, String productId, String apiLinkId) Gets the API link for the product.WorkspaceProductApiLinks.get(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId) Gets the API link for the product.Gets the API link for the product.ProductApiLinkContract.refresh()Refreshes the resource to sync with Azure.ProductApiLinkContract.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 ProductApiLinkContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ProductApiLinkContract> WorkspaceProductApiLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link.com.azure.core.http.rest.Response<ProductApiLinkContract> ProductApiLinks.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the API link for the product.com.azure.core.http.rest.Response<ProductApiLinkContract> ProductApiLinks.getWithResponse(String resourceGroupName, String serviceName, String productId, String apiLinkId, com.azure.core.util.Context context) Gets the API link for the product.com.azure.core.http.rest.Response<ProductApiLinkContract> WorkspaceProductApiLinks.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, com.azure.core.util.Context context) Gets the API link for the product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContract> ProductApiLinks.listByProduct(String resourceGroupName, String serviceName, String productId) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContract> ProductApiLinks.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContract> WorkspaceProductApiLinks.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContract> WorkspaceProductApiLinks.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the API links associated with a product.