共用方式為


Endpoint interface

代表流量管理員端點的類別。

Extends

屬性

alwaysServe

如果已啟用 Always Serve,將會停用端點健全狀況探查,並將端點包含在流量路由方法中。

customHeaders

自定義標頭的清單。

endpointLocation

使用「效能」流量路由方法時,指定外部或巢狀端點的位置。

endpointMonitorStatus

端點的監視狀態。

endpointStatus

端點的狀態。 如果端點為 Enabled,則會針對端點健康情況進行探查,並包含在流量路由方法中。

geoMapping

使用「地理」流量路由方法時,對應至此端點的國家/地區清單。 如需已接受值的完整清單,請參閱流量管理員地理檔。

minChildEndpoints

子配置檔中必須可用的端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

minChildEndpointsIPv4

子配置檔中必須有可用的 IPv4 (DNS 記錄類型 A) 端點數目下限,才能將父設定檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

minChildEndpointsIPv6

必須可在子配置檔中取得的 IPv6 (DNS 記錄類型 AAAA) 端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

priority

使用「優先順序」流量路由方法時,此端點的優先順序。 可能的值為 1 到 1000,較低的值代表較高的優先順序。 這是選擇性參數。 如果指定,則必須在所有端點上指定它,而且沒有任何兩個端點可以共用相同的優先順序值。

subnets

使用「子網」流量路由方法時,對應至此端點的子網、IP 位址和/或地址範圍清單。 空白清單會符合其他端點未涵蓋的所有範圍。

target

端點的完整 DNS 名稱或 IP 位址。 流量管理員會在 DNS 回應中傳回此值,以將流量導向此端點。

targetResourceId

端點的 Azure 資源 URI。 不適用於類型為 『ExternalEndpoints』 的端點。

weight

使用「加權」流量路由方法時,此端點的權數。 可能的值為 1 到 1000。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name

資源的名稱

type

資源的型別。 Ex- Microsoft.Network/trafficManagerProfiles。

屬性詳細資料

alwaysServe

如果已啟用 Always Serve,將會停用端點健全狀況探查,並將端點包含在流量路由方法中。

alwaysServe?: string

屬性值

string

customHeaders

自定義標頭的清單。

customHeaders?: EndpointPropertiesCustomHeadersItem[]

屬性值

endpointLocation

使用「效能」流量路由方法時,指定外部或巢狀端點的位置。

endpointLocation?: string

屬性值

string

endpointMonitorStatus

端點的監視狀態。

endpointMonitorStatus?: string

屬性值

string

endpointStatus

端點的狀態。 如果端點為 Enabled,則會針對端點健康情況進行探查,並包含在流量路由方法中。

endpointStatus?: string

屬性值

string

geoMapping

使用「地理」流量路由方法時,對應至此端點的國家/地區清單。 如需已接受值的完整清單,請參閱流量管理員地理檔。

geoMapping?: string[]

屬性值

string[]

minChildEndpoints

子配置檔中必須可用的端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

minChildEndpoints?: number

屬性值

number

minChildEndpointsIPv4

子配置檔中必須有可用的 IPv4 (DNS 記錄類型 A) 端點數目下限,才能將父設定檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

minChildEndpointsIPv4?: number

屬性值

number

minChildEndpointsIPv6

必須可在子配置檔中取得的 IPv6 (DNS 記錄類型 AAAA) 端點數目下限,才能將父配置檔視為可用。 僅適用於類型為 『NestedEndpoints』 的端點。

minChildEndpointsIPv6?: number

屬性值

number

priority

使用「優先順序」流量路由方法時,此端點的優先順序。 可能的值為 1 到 1000,較低的值代表較高的優先順序。 這是選擇性參數。 如果指定,則必須在所有端點上指定它,而且沒有任何兩個端點可以共用相同的優先順序值。

priority?: number

屬性值

number

subnets

使用「子網」流量路由方法時,對應至此端點的子網、IP 位址和/或地址範圍清單。 空白清單會符合其他端點未涵蓋的所有範圍。

subnets?: EndpointPropertiesSubnetsItem[]

屬性值

target

端點的完整 DNS 名稱或 IP 位址。 流量管理員會在 DNS 回應中傳回此值,以將流量導向此端點。

target?: string

屬性值

string

targetResourceId

端點的 Azure 資源 URI。 不適用於類型為 『ExternalEndpoints』 的端點。

targetResourceId?: string

屬性值

string

weight

使用「加權」流量路由方法時,此端點的權數。 可能的值為 1 到 1000。

weight?: number

屬性值

number

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源的名稱

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 Ex- Microsoft.Network/trafficManagerProfiles。

type?: string

屬性值

string

繼承自ProxyResource.type