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

ApplicationInsightsComponentData.FlowType 属性

定义

由 Application Insights 系统用来确定创建此组件的流类型。 通过 REST API 创建/更新组件时,应将其设置为“Bluefield”。

public Azure.ResourceManager.ApplicationInsights.Models.ComponentFlowType? FlowType { get; set; }
public Azure.ResourceManager.ApplicationInsights.Models.FlowType? FlowType { get; set; }
member this.FlowType : Nullable<Azure.ResourceManager.ApplicationInsights.Models.ComponentFlowType> with get, set
member this.FlowType : Nullable<Azure.ResourceManager.ApplicationInsights.Models.FlowType> with get, set
Public Property FlowType As Nullable(Of ComponentFlowType)
Public Property FlowType As Nullable(Of FlowType)

属性值

适用于