共用方式為


Microsoft.Network trafficmanagerprofiles/AzureEndpoints 2022-04-01

Bicep 資源定義

trafficmanagerprofiles/AzureEndpoints 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/trafficmanagerprofiles/AzureEndpoints 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2022-04-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    alwaysServe: 'string'
    customHeaders: [
      {
        name: 'string'
        value: 'string'
      }
    ]
    endpointLocation: 'string'
    endpointMonitorStatus: 'string'
    endpointStatus: 'string'
    geoMapping: [
      'string'
    ]
    minChildEndpoints: int
    minChildEndpointsIPv4: int
    minChildEndpointsIPv6: int
    priority: int
    subnets: [
      {
        first: 'string'
        last: 'string'
        scope: int
      }
    ]
    target: 'string'
    targetResourceId: 'string'
    weight: int
  }
}

屬性值

EndpointProperties

名字 描述 價值
alwaysServe 如果已啟用 Always Serve,將會停用端點健全狀況探查,並將端點包含在流量路由方法中。 'Disabled'
'Enabled'
customHeaders 自定義標頭的清單。 EndpointPropertiesCustomHeadersItem[]
endpointLocation 使用「效能」流量路由方法時,指定外部或巢狀端點的位置。 字串
endpointMonitorStatus 端點的監視狀態。 'CheckingEndpoint'
「已降級」
'Disabled'
'Inactive'
'Online'
'Stopped'
'Unmonitored'
endpointStatus 端點的狀態。 如果端點為 Enabled,則會針對端點健康情況進行探查,並包含在流量路由方法中。 'Disabled'
'Enabled'
geoMapping 使用「地理」流量路由方法時,對應至此端點的國家/地區清單。 如需已接受值的完整清單,請參閱流量管理員地理檔。 string[]
minChildEndpoints 子配置檔中必須可用的端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv4 子配置檔中必須有可用的 IPv4 (DNS 記錄類型 A) 端點數目下限,才能將父設定檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv6 必須可在子配置檔中取得的 IPv6 (DNS 記錄類型 AAAA) 端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
優先權 使用「優先順序」流量路由方法時,此端點的優先順序。 可能的值為 1 到 1000,較低的值代表較高的優先順序。 這是選擇性參數。 如果指定,則必須在所有端點上指定它,而且沒有任何兩個端點可以共用相同的優先順序值。 int
子網 使用「子網」流量路由方法時,對應至此端點的子網、IP 位址和/或地址範圍清單。 空白清單會符合其他端點未涵蓋的所有範圍。 EndpointPropertiesSubnetsItem[]
目標 端點的完整 DNS 名稱或 IP 位址。 流量管理員會在 DNS 回應中傳回此值,以將流量導向此端點。 字串
targetResourceId 端點的 Azure 資源 URI。 不適用於類型為 『ExternalEndpoints』 的端點。 字串
重量 使用「加權」流量路由方法時,此端點的權數。 可能的值為 1 到 1000。 int

EndpointPropertiesCustomHeadersItem

名字 描述 價值
名字 標頭名稱。 字串
價值 標頭值。 字串

EndpointPropertiesSubnetsItem

名字 描述 價值
第一 子網中的第一個位址。 字串
最後 子網中的最後一個位址。 字串
範圍 區塊大小(子網掩碼中的前置位數目)。 int

Microsoft.Network/trafficmanagerprofiles/AzureEndpoints

名字 描述 價值
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:trafficmanagerprofiles
性能 流量管理員端點的屬性。 EndpointProperties

ARM 樣本資源定義

trafficmanagerprofiles/AzureEndpoints 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/trafficmanagerprofiles/AzureEndpoints 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Network/trafficmanagerprofiles/AzureEndpoints",
  "apiVersion": "2022-04-01",
  "name": "string",
  "properties": {
    "alwaysServe": "string",
    "customHeaders": [
      {
        "name": "string",
        "value": "string"
      }
    ],
    "endpointLocation": "string",
    "endpointMonitorStatus": "string",
    "endpointStatus": "string",
    "geoMapping": [ "string" ],
    "minChildEndpoints": "int",
    "minChildEndpointsIPv4": "int",
    "minChildEndpointsIPv6": "int",
    "priority": "int",
    "subnets": [
      {
        "first": "string",
        "last": "string",
        "scope": "int"
      }
    ],
    "target": "string",
    "targetResourceId": "string",
    "weight": "int"
  }
}

屬性值

EndpointProperties

名字 描述 價值
alwaysServe 如果已啟用 Always Serve,將會停用端點健全狀況探查,並將端點包含在流量路由方法中。 'Disabled'
'Enabled'
customHeaders 自定義標頭的清單。 EndpointPropertiesCustomHeadersItem[]
endpointLocation 使用「效能」流量路由方法時,指定外部或巢狀端點的位置。 字串
endpointMonitorStatus 端點的監視狀態。 'CheckingEndpoint'
「已降級」
'Disabled'
'Inactive'
'Online'
'Stopped'
'Unmonitored'
endpointStatus 端點的狀態。 如果端點為 Enabled,則會針對端點健康情況進行探查,並包含在流量路由方法中。 'Disabled'
'Enabled'
geoMapping 使用「地理」流量路由方法時,對應至此端點的國家/地區清單。 如需已接受值的完整清單,請參閱流量管理員地理檔。 string[]
minChildEndpoints 子配置檔中必須可用的端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv4 子配置檔中必須有可用的 IPv4 (DNS 記錄類型 A) 端點數目下限,才能將父設定檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv6 必須可在子配置檔中取得的 IPv6 (DNS 記錄類型 AAAA) 端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
優先權 使用「優先順序」流量路由方法時,此端點的優先順序。 可能的值為 1 到 1000,較低的值代表較高的優先順序。 這是選擇性參數。 如果指定,則必須在所有端點上指定它,而且沒有任何兩個端點可以共用相同的優先順序值。 int
子網 使用「子網」流量路由方法時,對應至此端點的子網、IP 位址和/或地址範圍清單。 空白清單會符合其他端點未涵蓋的所有範圍。 EndpointPropertiesSubnetsItem[]
目標 端點的完整 DNS 名稱或 IP 位址。 流量管理員會在 DNS 回應中傳回此值,以將流量導向此端點。 字串
targetResourceId 端點的 Azure 資源 URI。 不適用於類型為 『ExternalEndpoints』 的端點。 字串
重量 使用「加權」流量路由方法時,此端點的權數。 可能的值為 1 到 1000。 int

EndpointPropertiesCustomHeadersItem

名字 描述 價值
名字 標頭名稱。 字串
價值 標頭值。 字串

EndpointPropertiesSubnetsItem

名字 描述 價值
第一 子網中的第一個位址。 字串
最後 子網中的最後一個位址。 字串
範圍 區塊大小(子網掩碼中的前置位數目)。 int

Microsoft.Network/trafficmanagerprofiles/AzureEndpoints

名字 描述 價值
apiVersion API 版本 '2022-04-01'
名字 資源名稱 字串 (必要)
性能 流量管理員端點的屬性。 EndpointProperties
類型 資源類型 'Microsoft.Network/trafficmanagerprofiles/AzureEndpoints'

Terraform (AzAPI 提供者) 資源定義

trafficmanagerprofiles/AzureEndpoints 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/trafficmanagerprofiles/AzureEndpoints 資源,請將下列 Terraform 新增至您的範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2022-04-01"
  name = "string"
  body = jsonencode({
    properties = {
      alwaysServe = "string"
      customHeaders = [
        {
          name = "string"
          value = "string"
        }
      ]
      endpointLocation = "string"
      endpointMonitorStatus = "string"
      endpointStatus = "string"
      geoMapping = [
        "string"
      ]
      minChildEndpoints = int
      minChildEndpointsIPv4 = int
      minChildEndpointsIPv6 = int
      priority = int
      subnets = [
        {
          first = "string"
          last = "string"
          scope = int
        }
      ]
      target = "string"
      targetResourceId = "string"
      weight = int
    }
  })
}

屬性值

EndpointProperties

名字 描述 價值
alwaysServe 如果已啟用 Always Serve,將會停用端點健全狀況探查,並將端點包含在流量路由方法中。 'Disabled'
'Enabled'
customHeaders 自定義標頭的清單。 EndpointPropertiesCustomHeadersItem[]
endpointLocation 使用「效能」流量路由方法時,指定外部或巢狀端點的位置。 字串
endpointMonitorStatus 端點的監視狀態。 'CheckingEndpoint'
「已降級」
'Disabled'
'Inactive'
'Online'
'Stopped'
'Unmonitored'
endpointStatus 端點的狀態。 如果端點為 Enabled,則會針對端點健康情況進行探查,並包含在流量路由方法中。 'Disabled'
'Enabled'
geoMapping 使用「地理」流量路由方法時,對應至此端點的國家/地區清單。 如需已接受值的完整清單,請參閱流量管理員地理檔。 string[]
minChildEndpoints 子配置檔中必須可用的端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv4 子配置檔中必須有可用的 IPv4 (DNS 記錄類型 A) 端點數目下限,才能將父設定檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
minChildEndpointsIPv6 必須可在子配置檔中取得的 IPv6 (DNS 記錄類型 AAAA) 端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。 int
優先權 使用「優先順序」流量路由方法時,此端點的優先順序。 可能的值為 1 到 1000,較低的值代表較高的優先順序。 這是選擇性參數。 如果指定,則必須在所有端點上指定它,而且沒有任何兩個端點可以共用相同的優先順序值。 int
子網 使用「子網」流量路由方法時,對應至此端點的子網、IP 位址和/或地址範圍清單。 空白清單會符合其他端點未涵蓋的所有範圍。 EndpointPropertiesSubnetsItem[]
目標 端點的完整 DNS 名稱或 IP 位址。 流量管理員會在 DNS 回應中傳回此值,以將流量導向此端點。 字串
targetResourceId 端點的 Azure 資源 URI。 不適用於類型為 『ExternalEndpoints』 的端點。 字串
重量 使用「加權」流量路由方法時,此端點的權數。 可能的值為 1 到 1000。 int

EndpointPropertiesCustomHeadersItem

名字 描述 價值
名字 標頭名稱。 字串
價值 標頭值。 字串

EndpointPropertiesSubnetsItem

名字 描述 價值
第一 子網中的第一個位址。 字串
最後 子網中的最後一個位址。 字串
範圍 區塊大小(子網掩碼中的前置位數目)。 int

Microsoft.Network/trafficmanagerprofiles/AzureEndpoints

名字 描述 價值
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:trafficmanagerprofiles
性能 流量管理員端點的屬性。 EndpointProperties
類型 資源類型 “Microsoft.Network/trafficmanagerprofiles/AzureEndpoints@2022-04-01”