你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Profile interface

表示流量管理器配置文件的类。

扩展

属性

allowedEndpointRecordTypes

允许的终结点记录类型的列表。

dnsConfig

流量管理器配置文件的 DNS 设置。

endpoints

流量管理器配置文件中的终结点列表。

maxReturn

要为 MultiValue 路由类型返回的最大终结点数。

monitorConfig

流量管理器配置文件的终结点监视设置。

profileStatus

流量管理器配置文件的状态。

trafficRoutingMethod

流量管理器配置文件的流量路由方法。

trafficViewEnrollmentStatus

指示流量管理器配置文件的流量视图是“已启用”还是“已禁用”。 Null,表示“已禁用”。 启用此功能会增加流量管理配置文件的成本。

继承属性

id

资源的完全限定资源 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,表示“已禁用”。 启用此功能会增加流量管理配置文件的成本。

trafficViewEnrollmentStatus?: string

属性值

string

继承属性详细信息

id

资源的完全限定资源 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