Uses of Class
com.azure.resourcemanager.applicationinsights.models.CategoryType
Packages that use CategoryType
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of CategoryType in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type CategoryTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.list(CategoryType category) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.list(CategoryType category, List<String> tags, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<WorkbookInner>WorkbooksClient.list(CategoryType category) Get all Workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<WorkbookInner>WorkbooksClient.list(CategoryType category, List<String> tags, Boolean canFetchContent, com.azure.core.util.Context context) Get all Workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<MyWorkbookInner>MyWorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category, List<String> tags, String sourceId, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<WorkbookInner>WorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category) Get all Workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<WorkbookInner>WorkbooksClient.listByResourceGroup(String resourceGroupName, CategoryType category, List<String> tags, String sourceId, Boolean canFetchContent, com.azure.core.util.Context context) Get all Workbooks defined within a specified resource group and category. -
Uses of CategoryType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as CategoryTypeModifier and TypeFieldDescriptionstatic final CategoryTypeCategoryType.PERFORMANCEStatic value performance for CategoryType.static final CategoryTypeCategoryType.RETENTIONStatic value retention for CategoryType.static final CategoryTypeCategoryType.TSGStatic value TSG for CategoryType.static final CategoryTypeCategoryType.WORKBOOKStatic value workbook for CategoryType.Methods in com.azure.resourcemanager.applicationinsights.models that return CategoryTypeModifier and TypeMethodDescriptionstatic CategoryTypeCategoryType.fromString(String name) Creates or finds a CategoryType from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type CategoryTypeModifier and TypeMethodDescriptionstatic Collection<CategoryType>CategoryType.values()Gets known CategoryType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type CategoryTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MyWorkbook>MyWorkbooks.list(CategoryType category) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbook>MyWorkbooks.list(CategoryType category, List<String> tags, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.list(CategoryType category) Get all Workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.list(CategoryType category, List<String> tags, Boolean canFetchContent, com.azure.core.util.Context context) Get all Workbooks defined within a specified subscription and category.com.azure.core.http.rest.PagedIterable<MyWorkbook>MyWorkbooks.listByResourceGroup(String resourceGroupName, CategoryType category) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<MyWorkbook>MyWorkbooks.listByResourceGroup(String resourceGroupName, CategoryType category, List<String> tags, String sourceId, Boolean canFetchContent, com.azure.core.util.Context context) Get all private workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.listByResourceGroup(String resourceGroupName, CategoryType category) Get all Workbooks defined within a specified resource group and category.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.listByResourceGroup(String resourceGroupName, CategoryType category, List<String> tags, String sourceId, Boolean canFetchContent, com.azure.core.util.Context context) Get all Workbooks defined within a specified resource group and category.