Uses of Class
com.microsoft.azure.toolkit.lib.common.operation.OperationBase
-
-
Uses of OperationBase in com.microsoft.azure.toolkit.lib.common.action
Subclasses of OperationBase in com.microsoft.azure.toolkit.lib.common.action Modifier and Type Class Description classActionInstance<D> -
Uses of OperationBase in com.microsoft.azure.toolkit.lib.common.operation
Subclasses of OperationBase in com.microsoft.azure.toolkit.lib.common.operation Modifier and Type Class Description classMethodOperationclassSimpleOperation -
Uses of OperationBase in com.microsoft.azure.toolkit.lib.common.task
Subclasses of OperationBase in com.microsoft.azure.toolkit.lib.common.task Modifier and Type Class Description classAzureTask<T> -
Uses of OperationBase in com.microsoft.azure.toolkit.lib.resource.task
Subclasses of OperationBase in com.microsoft.azure.toolkit.lib.resource.task 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`
-