Uses of Interface
com.microsoft.azure.toolkit.lib.common.operation.Operation
-
-
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 classMethodOperationclassOperationBase<T>Fields in com.microsoft.azure.toolkit.lib.common.operation declared as Operation Modifier and Type Field Description private Operation<?>OperationContext. operationprivate Operation<?>OperationException. operationprotected Operation<?>OperationThreadContext. operationprivate Operation<?>MethodOperation. parentMethods in com.microsoft.azure.toolkit.lib.common.operation that return Operation Modifier and Type Method Description static Operation<?>Operation. current()Operation<?>OperationThreadContext. currentOperation()default Operation<?>Operation. getActionParent()default Operation<?>Operation. getEffectiveParent()Operation<?>Operation. getParent()(package private) Operation<?>OperationThreadContext. popOperation()private static Operation<?>AzureOperationAspect. 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<T> 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>Fields in com.microsoft.azure.toolkit.lib.common.task declared as Operation Modifier and Type Field Description private Operation<?>AzureTask. parent -
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`
-