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

TelemetryExtensions.GetEnvelopeName(ITelemetry) 方法

定义

获取 ITelemetry 对象的信封名称。

public static string GetEnvelopeName (this Microsoft.ApplicationInsights.Channel.ITelemetry telemetry);
static member GetEnvelopeName : Microsoft.ApplicationInsights.Channel.ITelemetry -> string
<Extension()>
Public Function GetEnvelopeName (telemetry As ITelemetry) As String

参数

telemetry
ITelemetry

要为其设置信封名称的 ITelemetry 对象。

返回

提供的 ITelemetry 对象的信封名称。

适用于