Uses of Interface
com.microsoft.azure.toolkit.lib.common.operation.Operation
-
-
Uses of Operation in com.microsoft.azure.toolkit.lib.common.action
Classes in com.microsoft.azure.toolkit.lib.common.action that implement Operation Modifier and Type Class Description classAction<D> -
Uses of Operation in com.microsoft.azure.toolkit.lib.common.messager
Methods in com.microsoft.azure.toolkit.lib.common.messager that return types with arguments of type Operation Modifier and Type Method Description private static List<Operation>AzureMessage. getAncestorOperationsUtilAction(Operation current)private static List<Operation>AzureMessage. getExceptionOperations(Throwable throwable)protected List<Operation>AzureMessage. getOperations()Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type Operation Modifier and Type Method Description private static List<Operation>AzureMessage. getAncestorOperationsUtilAction(Operation current)protected StringAzureHtmlMessage. getDetailItem(Operation o)protected StringAzureMessage. getDetailItem(Operation o) -
Uses of Operation in com.microsoft.azure.toolkit.lib.common.operation
Classes in com.microsoft.azure.toolkit.lib.common.operation that implement Operation Modifier and Type Class Description classMethodOperationclassOperationBaseFields in com.microsoft.azure.toolkit.lib.common.operation declared as Operation Modifier and Type Field Description private OperationOperationContext. operationprivate OperationOperationException. operationprotected OperationOperationThreadContext. operationprivate OperationOperationBase. parentMethods in com.microsoft.azure.toolkit.lib.common.operation that return Operation Modifier and Type Method Description static OperationOperation. current()OperationOperationThreadContext. currentOperation()default OperationOperation. getActionParent()default OperationOperation. getEffectiveParent()OperationOperation. getParent()(package private) OperationOperationThreadContext. popOperation()private static OperationAzureOperationAspect. toOperation(org.aspectj.lang.JoinPoint point)Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type Operation Modifier and Type Method Description static voidAzureOperationAspect. afterReturning(Operation current, Object source)static voidAzureOperationAspect. afterThrowing(Throwable e, Operation current, Object source)static voidAzureOperationAspect. beforeEnter(Operation operation, Object source)static <T> TAzureOperationAspect. execute(Operation operation, Object source)private static OperationContextOperationContext. getNull(Operation operation)(package private) voidOperationThreadContext. pushOperation(Operation operation)voidOperation. setParent(Operation operation)Constructors in com.microsoft.azure.toolkit.lib.common.operation with parameters of type Operation Constructor Description OperationContext(Operation operation)OperationException(Operation operation, Throwable cause) -
Uses of Operation in com.microsoft.azure.toolkit.lib.common.task
Classes in com.microsoft.azure.toolkit.lib.common.task that implement Operation Modifier and Type Class Description classAzureTask<T> -
Uses of Operation in com.microsoft.azure.toolkit.lib.common.telemetry
Methods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type Operation Modifier and Type Method Description static voidAzureTelemeter. afterCreate(Operation op)static voidAzureTelemeter. afterExit(Operation op)static voidAzureTelemeter. beforeEnter(Operation op)private static Map<String,String>AzureTelemeter. getActionProperties(Operation operation)static voidAzureTelemeter. onError(Operation op, Throwable error)private static Map<String,String>AzureTelemeter. serialize(Operation op) -
Uses of Operation in com.microsoft.azure.toolkit.lib.resource.task
Classes in com.microsoft.azure.toolkit.lib.resource.task that implement Operation Modifier and Type Class Description classCreateResourceGroupTaskCreate the resource group if the specified resource group name doesn't exist: `az group create -l westus -n MyResourceGroup`
-