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