Uses of Interface
com.azure.resourcemanager.apimanagement.models.TagContract
Packages that use TagContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of TagContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagContractModifier and TypeMethodDescriptionTagContract.Update.apply()Executes the update request.TagContract.Update.apply(com.azure.core.util.Context context) Executes the update request.Tags.assignToApi(String resourceGroupName, String serviceName, String apiId, String tagId) Assign tag to the Api.Tags.assignToOperation(String resourceGroupName, String serviceName, String apiId, String operationId, String tagId) Assign tag to the Operation.Tags.assignToProduct(String resourceGroupName, String serviceName, String productId, String tagId) Assign tag to the Product.TagContract.DefinitionStages.WithCreate.create()Executes the create request.TagContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceTags.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters) Creates a tag.Gets the details of the tag specified by its identifier.Gets the details of the tag specified by its identifier.Get tag associated with the API.Gets the details of the tag specified by its identifier.Tags.getByOperation(String resourceGroupName, String serviceName, String apiId, String operationId, String tagId) Get tag associated with the Operation.Tags.getByProduct(String resourceGroupName, String serviceName, String productId, String tagId) Get tag associated with the Product.TagContract.refresh()Refreshes the resource to sync with Azure.TagContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceTags.update(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters) Updates the details of the tag specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TagContract> Tags.assignToApiWithResponse(String resourceGroupName, String serviceName, String apiId, String tagId, com.azure.core.util.Context context) Assign tag to the Api.com.azure.core.http.rest.Response<TagContract> Tags.assignToOperationWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, String tagId, com.azure.core.util.Context context) Assign tag to the Operation.com.azure.core.http.rest.Response<TagContract> Tags.assignToProductWithResponse(String resourceGroupName, String serviceName, String productId, String tagId, com.azure.core.util.Context context) Assign tag to the Product.com.azure.core.http.rest.Response<TagContract> WorkspaceTags.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates a tag.com.azure.core.http.rest.Response<TagContract> Tags.getByApiWithResponse(String resourceGroupName, String serviceName, String apiId, String tagId, com.azure.core.util.Context context) Get tag associated with the API.com.azure.core.http.rest.Response<TagContract> Tags.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the tag specified by its identifier.com.azure.core.http.rest.Response<TagContract> Tags.getByOperationWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, String tagId, com.azure.core.util.Context context) Get tag associated with the Operation.com.azure.core.http.rest.Response<TagContract> Tags.getByProductWithResponse(String resourceGroupName, String serviceName, String productId, String tagId, com.azure.core.util.Context context) Get tag associated with the Product.com.azure.core.http.rest.Response<TagContract> Tags.getWithResponse(String resourceGroupName, String serviceName, String tagId, com.azure.core.util.Context context) Gets the details of the tag specified by its identifier.com.azure.core.http.rest.Response<TagContract> WorkspaceTags.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, com.azure.core.util.Context context) Gets the details of the tag specified by its identifier.com.azure.core.http.rest.PagedIterable<TagContract> Lists all Tags associated with the API.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByApi(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Tags associated with the API.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByOperation(String resourceGroupName, String serviceName, String apiId, String operationId) Lists all Tags associated with the Operation.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByOperation(String resourceGroupName, String serviceName, String apiId, String operationId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Tags associated with the Operation.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByProduct(String resourceGroupName, String serviceName, String productId) Lists all Tags associated with the Product.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Tags associated with the Product.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByService(String resourceGroupName, String serviceName) Lists a collection of tags defined within a service instance.com.azure.core.http.rest.PagedIterable<TagContract> Tags.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, String scope, com.azure.core.util.Context context) Lists a collection of tags defined within a service instance.com.azure.core.http.rest.PagedIterable<TagContract> WorkspaceTags.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of tags defined within a workspace in a service instance.com.azure.core.http.rest.PagedIterable<TagContract> WorkspaceTags.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, String scope, com.azure.core.util.Context context) Lists a collection of tags defined within a workspace in a service instance.com.azure.core.http.rest.Response<TagContract> WorkspaceTags.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the tag specified by its identifier.