Uses of Class
com.microsoft.azure.toolkit.lib.common.operation.AzureOperationRef
-
Packages that use AzureOperationRef Package Description com.microsoft.azure.toolkit.lib.common.event com.microsoft.azure.toolkit.lib.common.operation com.microsoft.azure.toolkit.lib.common.telemetry -
-
Uses of AzureOperationRef in com.microsoft.azure.toolkit.lib.common.event
Fields in com.microsoft.azure.toolkit.lib.common.event declared as AzureOperationRef Modifier and Type Field Description private AzureOperationRefAzureOperationEvent. operation -
Uses of AzureOperationRef in com.microsoft.azure.toolkit.lib.common.operation
Methods in com.microsoft.azure.toolkit.lib.common.operation that return AzureOperationRef Modifier and Type Method Description private static AzureOperationRefAzureOperationAspect. toOperationRef(org.aspectj.lang.JoinPoint point) -
Uses of AzureOperationRef in com.microsoft.azure.toolkit.lib.common.telemetry
Methods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type AzureOperationRef Modifier and Type Method Description private static Map<String,String>AzureTelemeter. getParameterProperties(AzureOperationRef ref)
-