| Package | Description |
|---|---|
| com.azure.core.util.tracing |
Package containing API for tracing.
|
| Modifier and Type | Method and Description |
|---|---|
SpanKind |
StartSpanOptions.getSpanKind()
Gets span kind.
|
static SpanKind |
SpanKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanKind[] |
SpanKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StartSpanOptions(SpanKind kind)
Describes span with given name and kind
|
Copyright © 2021 Microsoft Corporation. All rights reserved.