共用方式為


Profile interface

代表流量管理員配置檔的類別。

Extends

屬性

allowedEndpointRecordTypes

允許的端點記錄類型清單。

dnsConfig

流量管理員配置檔的 DNS 設定。

endpoints

流量管理員配置檔中的端點清單。

maxReturn

要針對 MultiValue 路由類型傳回的端點數目上限。

monitorConfig

流量管理員配置檔的端點監視設定。

profileStatus

流量管理員配置檔的狀態。

trafficRoutingMethod

流量管理員配置檔的流量路由方法。

trafficViewEnrollmentStatus

指出流量管理員配置檔的流量檢視為「已啟用」或「已停用」。 Null,表示 'Disabled'。 啟用此功能會增加流量管理配置檔的成本。

繼承的屬性

id

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

location

資源所在的 Azure 區域

name

資源的名稱

tags

資源標籤。

type

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

屬性詳細資料

allowedEndpointRecordTypes

允許的端點記錄類型清單。

allowedEndpointRecordTypes?: string[]

屬性值

string[]

dnsConfig

流量管理員配置檔的 DNS 設定。

dnsConfig?: DnsConfig

屬性值

endpoints

流量管理員配置檔中的端點清單。

endpoints?: Endpoint[]

屬性值

maxReturn

要針對 MultiValue 路由類型傳回的端點數目上限。

maxReturn?: number

屬性值

number

monitorConfig

流量管理員配置檔的端點監視設定。

monitorConfig?: MonitorConfig

屬性值

profileStatus

流量管理員配置檔的狀態。

profileStatus?: string

屬性值

string

trafficRoutingMethod

流量管理員配置檔的流量路由方法。

trafficRoutingMethod?: string

屬性值

string

trafficViewEnrollmentStatus

指出流量管理員配置檔的流量檢視為「已啟用」或「已停用」。 Null,表示 'Disabled'。 啟用此功能會增加流量管理配置檔的成本。

trafficViewEnrollmentStatus?: string

屬性值

string

繼承的屬性詳細資料

id

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

id?: string

屬性值

string

繼承自TrackedResource.id

location

資源所在的 Azure 區域

location?: string

屬性值

string

繼承自TrackedResource.location

name

資源的名稱

name?: string

屬性值

string

繼承自 TrackedResource.name

tags

資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自TrackedResource.tags

type

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

type?: string

屬性值

string

繼承自TrackedResource.type