Interface TagProductLinksClient


public interface TagProductLinksClient
An instance of this class provides access to all the operations defined in TagProductLinksClient.
  • Method Details

    • listByProduct

      com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> listByProduct(String resourceGroupName, String serviceName, String tagId)
      Lists a collection of the product links associated with a tag.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      Returns:
      paged Tag-product link list representation as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByProduct

      com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> 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.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      filter - | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| productId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>.
      top - Number of records to return.
      skip - Number of records to skip.
      context - The context to associate with this operation.
      Returns:
      paged Tag-product link list representation as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      TagProductLinksGetResponse getWithResponse(String resourceGroupName, String serviceName, String tagId, String productLinkId, com.azure.core.util.Context context)
      Gets the product link for the tag.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      context - The context to associate with this operation.
      Returns:
      the product link for the tag.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      TagProductLinkContractInner get(String resourceGroupName, String serviceName, String tagId, String productLinkId)
      Gets the product link for the tag.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      Returns:
      the product link for the tag.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<TagProductLinkContractInner> createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context)
      Adds a product to the specified tag via link.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      parameters - Create or update parameters.
      context - The context to associate with this operation.
      Returns:
      tag-product link details along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      TagProductLinkContractInner createOrUpdate(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters)
      Adds a product to the specified tag via link.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      parameters - Create or update parameters.
      Returns:
      tag-product link details.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String serviceName, String tagId, String productLinkId, com.azure.core.util.Context context)
      Deletes the specified product from the specified tag.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      void delete(String resourceGroupName, String serviceName, String tagId, String productLinkId)
      Deletes the specified product from the specified tag.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      tagId - Tag identifier. Must be unique in the current API Management service instance.
      productLinkId - Tag-product link identifier. Must be unique in the current API Management service instance.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.