Uses of Class
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemeter.ErrorType
-
Packages that use AzureTelemeter.ErrorType Package Description com.microsoft.azure.toolkit.lib.common.telemetry -
-
Uses of AzureTelemeter.ErrorType in com.microsoft.azure.toolkit.lib.common.telemetry
Methods in com.microsoft.azure.toolkit.lib.common.telemetry that return AzureTelemeter.ErrorType Modifier and Type Method Description static AzureTelemeter.ErrorTypeAzureTelemeter.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureTelemeter.ErrorType[]AzureTelemeter.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-