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