Uses of Class
com.microsoft.azure.toolkit.lib.common.operation.AzureOperationContext
-
Packages that use AzureOperationContext Package Description com.microsoft.azure.toolkit.lib.common.operation -
-
Uses of AzureOperationContext in com.microsoft.azure.toolkit.lib.common.operation
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as AzureOperationContext Modifier and Type Field Description protected AzureOperationContextAzureOperationContext. parentFields in com.microsoft.azure.toolkit.lib.common.operation with type parameters of type AzureOperationContext Modifier and Type Field Description private static ThreadLocal<AzureOperationContext>AzureOperationContext. contextMethods in com.microsoft.azure.toolkit.lib.common.operation that return AzureOperationContext Modifier and Type Method Description static AzureOperationContextAzureOperationContext. current()AzureOperationContextAzureOperationContext. derive()Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type AzureOperationContext Modifier and Type Method Description private voidAzureOperationContext. setParent(AzureOperationContext parent)Constructors in com.microsoft.azure.toolkit.lib.common.operation with parameters of type AzureOperationContext Constructor Description AzureOperationContext(AzureOperationContext parent)
-