Data Source: azurerm_api_management_gateway

Use this data source to access information about an existing API Management Gateway.

Example Usage

data "azurerm_api_management" "example" {
  name                = "example-apim"
  resource_group_name = "example-rg"
}

data "azurerm_api_management_gateway" "example" {
  name              = "example-api-gateway"
  api_management_id = data.azurerm_api_management.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference


A location_data block exports the following:


Timeouts

The timeouts block allows you to specify timeouts for certain actions: