Uses of Interface
com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation
-
-
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as IAzureOperation Modifier and Type Field Description private IAzureOperationAzureMessage.Context. operationMethods in com.microsoft.azure.toolkit.lib.common.messager that return types with arguments of type IAzureOperation Modifier and Type Method Description private static List<IAzureOperation>AzureMessage. getContextOperations()private static List<IAzureOperation>AzureMessage. getExceptionOperations(Throwable throwable)protected List<IAzureOperation>AzureMessage. getOperations()Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type IAzureOperation Modifier and Type Method Description static AzureMessage.ContextAzureMessage. getContext(IAzureOperation operation)protected StringAzureHtmlMessage. getDetailItem(IAzureOperation o)protected StringAzureMessage. getDetailItem(IAzureOperation o)private IAzureMessagerAzureMessage.Context. getMessager(IAzureOperation op) -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.operation
Classes in com.microsoft.azure.toolkit.lib.common.operation that implement IAzureOperation Modifier and Type Class Description classAzureOperationRefFields in com.microsoft.azure.toolkit.lib.common.operation declared as IAzureOperation Modifier and Type Field Description private IAzureOperationAzureOperationException. operationprivate IAzureOperationAzureOperationRef. parentMethods in com.microsoft.azure.toolkit.lib.common.operation that return IAzureOperation Modifier and Type Method Description static IAzureOperationIAzureOperation. current()default IAzureOperationIAzureOperation. getActionParent()default IAzureOperationIAzureOperation. getEffectiveParent()IAzureOperationIAzureOperation. getParent()Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type IAzureOperation Modifier and Type Method Description voidIAzureOperation. setParent(IAzureOperation operation)Constructors in com.microsoft.azure.toolkit.lib.common.operation with parameters of type IAzureOperation Constructor Description AzureOperationException(IAzureOperation operation, String action)AzureOperationException(IAzureOperation operation, Throwable cause)AzureOperationException(IAzureOperation operation, Throwable cause, String action)AzureOperationException(IAzureOperation operation, Throwable cause, String action, String actionId) -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.task
Classes in com.microsoft.azure.toolkit.lib.common.task that implement IAzureOperation Modifier and Type Class Description classAzureTask<T>Fields in com.microsoft.azure.toolkit.lib.common.task declared as IAzureOperation Modifier and Type Field Description protected IAzureOperationAzureTaskContext. operationprivate IAzureOperationAzureTask. parentMethods in com.microsoft.azure.toolkit.lib.common.task that return IAzureOperation Modifier and Type Method Description IAzureOperationAzureTaskContext. currentOperation()IAzureOperationAzureTaskContext. popOperation()Methods in com.microsoft.azure.toolkit.lib.common.task with parameters of type IAzureOperation Modifier and Type Method Description voidAzureTaskContext. pushOperation(IAzureOperation operation) -
Uses of IAzureOperation in com.microsoft.azure.toolkit.lib.common.telemetry
Fields in com.microsoft.azure.toolkit.lib.common.telemetry declared as IAzureOperation Modifier and Type Field Description private IAzureOperationAzureTelemetry.Context. operationMethods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type IAzureOperation Modifier and Type Method Description static voidAzureTelemeter. afterCreate(IAzureOperation op)static voidAzureTelemeter. afterExit(IAzureOperation op)static voidAzureTelemeter. beforeEnter(IAzureOperation op)private static Map<String,String>AzureTelemeter. getActionProperties(IAzureOperation operation)static AzureTelemetry.ContextAzureTelemetry. getContext(IAzureOperation operation)static voidAzureTelemeter. onError(IAzureOperation op, Throwable error)private static Map<String,String>AzureTelemeter. serialize(IAzureOperation op)
-