50 строки
2.5 KiB
YAML
50 строки
2.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.functions.TraceContext"
|
|
fullName: "com.microsoft.azure.functions.TraceContext"
|
|
name: "TraceContext"
|
|
nameWithType: "TraceContext"
|
|
summary: "The Tracing context that is obtained from the host."
|
|
syntax: "public interface **TraceContext**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.functions.TraceContext.getAttributes()"
|
|
fullName: "com.microsoft.azure.functions.TraceContext.getAttributes()"
|
|
name: "getAttributes()"
|
|
nameWithType: "TraceContext.getAttributes()"
|
|
summary: "Returns the attributes which correspond to the tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> getAttributes()"
|
|
desc: "Returns the attributes which correspond to the tags."
|
|
returns:
|
|
description: "the attributes which correspond to the tags."
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.functions.TraceContext.getTraceparent()"
|
|
fullName: "com.microsoft.azure.functions.TraceContext.getTraceparent()"
|
|
name: "getTraceparent()"
|
|
nameWithType: "TraceContext.getTraceparent()"
|
|
summary: "Returns the Traceparent<wbr>String from the Activity."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getTraceparent()"
|
|
desc: "Returns the TraceparentString from the Activity."
|
|
returns:
|
|
description: "the TraceparentString from the Activity."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.functions.TraceContext.getTracestate()"
|
|
fullName: "com.microsoft.azure.functions.TraceContext.getTracestate()"
|
|
name: "getTracestate()"
|
|
nameWithType: "TraceContext.getTracestate()"
|
|
summary: "Returns the Tracestate which is Activity.<wbr>Current?.Id from host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getTracestate()"
|
|
desc: "Returns the Tracestate which is Activity.Current?.Id from host."
|
|
returns:
|
|
description: "the Tracestate which is Activity.Current?.Id from host."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The Tracing context that is obtained from the host."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.functions"
|
|
artifact: com.microsoft.azure.functions:azure-functions-java-library:1.3.1
|