Uses of Class
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry.Type
-
Packages that use AzureTelemetry.Type Package Description com.microsoft.azure.toolkit.lib.common.telemetry -
-
Uses of AzureTelemetry.Type in com.microsoft.azure.toolkit.lib.common.telemetry
Methods in com.microsoft.azure.toolkit.lib.common.telemetry that return AzureTelemetry.Type Modifier and Type Method Description static AzureTelemetry.TypeAzureTelemetry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureTelemetry.Type[]AzureTelemetry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type AzureTelemetry.Type Modifier and Type Method Description static voidAzureTelemeter. log(AzureTelemetry.Type type, AzureString op)static voidAzureTelemeter. log(AzureTelemetry.Type type, AzureString op, Throwable e)static voidAzureTelemeter. log(AzureTelemetry.Type type, String opId)static voidAzureTelemeter. log(AzureTelemetry.Type type, String opId, Throwable e)static voidAzureTelemeter. log(AzureTelemetry.Type type, Map<String,String> properties)static voidAzureTelemeter. log(AzureTelemetry.Type type, Map<String,String> properties, Throwable e)
-