| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.common.telemetry |
| Modifier and Type | Method and Description |
|---|---|
static Telemetry.Type |
Telemetry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Telemetry.Type[] |
Telemetry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AzureTelemeter.log(Telemetry.Type type,
Map<String,String> properties) |
static void |
AzureTelemeter.log(Telemetry.Type type,
Map<String,String> properties,
Throwable e) |
Copyright © 2021. All rights reserved.