次の方法で共有


DiagnosticContract.OperationNameFormat プロパティ

定義

Application Insights テレメトリの操作名の形式を取得または設定します。 既定値は Name です。 使用できる値は、'Name'、'Url' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.operationNameFormat")]
public string OperationNameFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.operationNameFormat")>]
member this.OperationNameFormat : string with get, set
Public Property OperationNameFormat As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象