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 com.microsoft.azure.toolkit.lib.resource.task -
-
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 ResourceGroupResourceGroupModule. createResourceGroupIfNotExist(String name, Region region)protected ResourceGroupResourceGroupModule. newResource(com.azure.resourcemanager.resources.models.ResourceGroup r)protected ResourceGroupResourceGroupModule. newResource(String name, String resourceGroupName)ResourceGroupResourceGroupConfig. toResource()Methods in com.microsoft.azure.toolkit.lib.resource that return types with arguments of type ResourceGroup Modifier and Type Method Description List<ResourceGroup>ResourceGroupModule. list()Methods in com.microsoft.azure.toolkit.lib.resource with parameters of type ResourceGroup Modifier and Type Method Description static ResourceGroupConfigResourceGroupConfig. fromResource(ResourceGroup group)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) -
Uses of ResourceGroup in com.microsoft.azure.toolkit.lib.resource.task
Methods in com.microsoft.azure.toolkit.lib.resource.task that return ResourceGroup Modifier and Type Method Description ResourceGroupCreateResourceGroupTask. doExecute()
-