Uses of Class
com.microsoft.azure.toolkit.lib.resource.ResourceGroup
-
Packages that use ResourceGroup Package Description com.microsoft.azure.toolkit.lib.common.model com.microsoft.azure.toolkit.lib.resource -
-
Uses of ResourceGroup in com.microsoft.azure.toolkit.lib.common.model
Methods in com.microsoft.azure.toolkit.lib.common.model that return ResourceGroup Modifier and Type Method Description ResourceGroupAbstractAzResource. getResourceGroup() -
Uses of ResourceGroup in com.microsoft.azure.toolkit.lib.resource
Subclasses of ResourceGroup in com.microsoft.azure.toolkit.lib.resource Modifier and Type Class Description classResourceGroupDraftFields in com.microsoft.azure.toolkit.lib.resource declared as ResourceGroup Modifier and Type Field Description private ResourceGroupResourceGroupDraft. originMethods in com.microsoft.azure.toolkit.lib.resource that return ResourceGroup Modifier and Type Method Description protected ResourceGroupResourceGroupModule. newResource(com.azure.resourcemanager.resources.models.ResourceGroup r)protected ResourceGroupResourceGroupModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.resource that return types with arguments of type ResourceGroup Modifier and Type Method Description List<AbstractAzResourceModule<?,ResourceGroup,?>>ResourceGroup. getSubModules()Methods in com.microsoft.azure.toolkit.lib.resource with parameters of type ResourceGroup Modifier and Type Method Description protected ResourceGroupDraftResourceGroupModule. newDraftForUpdate(ResourceGroup origin)Constructors in com.microsoft.azure.toolkit.lib.resource with parameters of type ResourceGroup Constructor Description GenericResourceModule(ResourceGroup parent)ResourceDeploymentModule(ResourceGroup parent)ResourceGroup(ResourceGroup origin)copy constructorResourceGroupDraft(ResourceGroup origin)
-