Uses of Class
org.jclouds.azurecompute.arm.domain.ResourceGroup.ResourceGroupProperties
- 
Packages that use ResourceGroup.ResourceGroupProperties Package Description org.jclouds.azurecompute.arm.domain  - 
- 
Uses of ResourceGroup.ResourceGroupProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ResourceGroup.ResourceGroupProperties Modifier and Type Method Description static ResourceGroup.ResourceGroupPropertiesResourceGroup.ResourceGroupProperties. create(String provisioningState)abstract ResourceGroup.ResourceGroupPropertiesResourceGroup. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type ResourceGroup.ResourceGroupProperties Modifier and Type Method Description static ResourceGroupResourceGroup. create(String id, String name, String location, Map<String,String> tags, ResourceGroup.ResourceGroupProperties properties) 
 -