Interface ResourceGroupsDao
public interface ResourceGroupsDao
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidgetExactMatchResourceGroup(String environment, String source, String queryType) Returns the most specific exact-match selector for a given environment, source and query type.getResourceGroups(String environment) getSelectors(String environment)
-
Method Details
-
createResourceGroupsGlobalPropertiesTable
void createResourceGroupsGlobalPropertiesTable() -
getResourceGroupGlobalProperties
List<ResourceGroupGlobalProperties> getResourceGroupGlobalProperties() -
createResourceGroupsTable
void createResourceGroupsTable() -
getResourceGroups
-
getSelectors
-
createSelectorsTable
void createSelectorsTable() -
createExactMatchSelectorsTable
void createExactMatchSelectorsTable() -
getExactMatchResourceGroup
Returns the most specific exact-match selector for a given environment, source and query type. NULL values in the environment and query type fields signify wildcards.
-