Uses of Class
com.microsoft.azure.toolkit.lib.common.operation.AzureOperation
-
Packages that use AzureOperation Package Description com.microsoft.azure.toolkit.lib com.microsoft.azure.toolkit.lib.common.model -
-
Uses of AzureOperation in com.microsoft.azure.toolkit.lib
Methods in com.microsoft.azure.toolkit.lib with annotations of type AzureOperation Modifier and Type Method Description AbstractAzResource<?,?,?>Azure. getById(String id) -
Uses of AzureOperation in com.microsoft.azure.toolkit.lib.common.model
Methods in com.microsoft.azure.toolkit.lib.common.model with annotations of type AzureOperation Modifier and Type Method Description protected voidAbstractAzResourceModule. deleteResourceFromAzure(String resourceId)List<Region>AbstractAzResourceManager. listSupportedRegions(String resourceType)protected RAbstractAzResourceModule. loadResourceFromAzure(String name, String resourceGroup)protected java.util.stream.Stream<R>AbstractAzResourceModule. loadResourcesFromAzure()protected java.util.stream.Stream<R>AbstractAzService. loadResourcesFromAzure()private static voidAbstractAzService. preload()protected voidAbstractAzResource. reload()private voidAbstractAzResource. reloadStatus()
-