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