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

ApplicationInsightsComponentData.RequestSource 属性

定义

描述创建此 Application Insights 组件的工具。 使用此 API 的客户应将此设置为默认的“rest”。

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

属性值

适用于