Azure API Management API Operation Tag

This page shows how to write Terraform and Azure Resource Manager for API Management API Operation Tag and write them securely.

azurerm_api_management_api_operation_tag (Terraform)

The API Operation Tag in API Management can be configured in Terraform with the resource name azurerm_api_management_api_operation_tag. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • api_operation_id - (Required) The ID of the API Management API Operation. Changing this forces a new API Management API Operation Tag to be created.

  • name - (Required) The name which should be used for this API Management API Operation Tag. Changing this forces a new API Management API Operation Tag to be created. The name must be unique in the API Management Service.


  • display_name - (Optional) The display name of the API Management API Operation Tag.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the API Management API Operation Tag.

Explanation in Terraform Registry

Manages a API Management API Operation Tag.

Microsoft.ApiManagement/service/apis/operations/tags (Azure Resource Manager)

The service/apis/operations/tags in Microsoft.ApiManagement can be configured in Azure Resource Manager with the resource name Microsoft.ApiManagement/service/apis/operations/tags. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Tag identifier. Must be unique in the current API Management service instance.

  • type required - string

Frequently asked questions

What is Azure API Management API Operation Tag?

Azure API Management API Operation Tag is a resource for API Management of Microsoft Azure. Settings can be wrote in Terraform.