你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Profile interface
表示流量管理器配置文件的类。
- 扩展
属性
allowed |
允许的终结点记录类型的列表。 |
dns |
流量管理器配置文件的 DNS 设置。 |
endpoints | 流量管理器配置文件中的终结点列表。 |
max |
要为 MultiValue 路由类型返回的最大终结点数。 |
monitor |
流量管理器配置文件的终结点监视设置。 |
profile |
流量管理器配置文件的状态。 |
traffic |
流量管理器配置文件的流量路由方法。 |
traffic |
指示流量管理器配置文件的流量视图是“已启用”还是“已禁用”。 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
endpoints
maxReturn
要为 MultiValue 路由类型返回的最大终结点数。
maxReturn?: number
属性值
number
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
location
name
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
资源类型。 Ex- Microsoft.Network/trafficManagerProfiles。
type?: string
属性值
string