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