Uses of Class
org.jclouds.azurecompute.arm.domain.ResourceGroup
-
-
Uses of ResourceGroup in org.jclouds.azurecompute.arm.compute.config
Methods in org.jclouds.azurecompute.arm.compute.config that return types with arguments of type ResourceGroup Modifier and Type Method Description protected com.google.common.cache.LoadingCache<String,ResourceGroup>AzureComputeServiceContextModule. defaultResourceGroup(com.google.common.cache.CacheLoader<String,ResourceGroup> in)Method parameters in org.jclouds.azurecompute.arm.compute.config with type arguments of type ResourceGroup Modifier and Type Method Description protected com.google.common.cache.LoadingCache<String,ResourceGroup>AzureComputeServiceContextModule. defaultResourceGroup(com.google.common.cache.CacheLoader<String,ResourceGroup> in) -
Uses of ResourceGroup in org.jclouds.azurecompute.arm.compute.loaders
Methods in org.jclouds.azurecompute.arm.compute.loaders that return ResourceGroup Modifier and Type Method Description ResourceGroupDefaultResourceGroup. load(String locationId) -
Uses of ResourceGroup in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ResourceGroup Modifier and Type Method Description static ResourceGroupResourceGroup. create(String id, String name, String location, Map<String,String> tags, ResourceGroup.ResourceGroupProperties properties) -
Uses of ResourceGroup in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return ResourceGroup Modifier and Type Method Description ResourceGroupResourceGroupApi. create(String name, String location, Map<String,String> tags)ResourceGroupResourceGroupApi. get(String name)ResourceGroupResourceGroupApi. update(String name, Map<String,String> tags)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type ResourceGroup Modifier and Type Method Description List<ResourceGroup>ResourceGroupApi. list()
-