Uses of Interface
com.azure.resourcemanager.applicationinsights.models.MyWorkbook
Packages that use MyWorkbook
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of MyWorkbook in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return MyWorkbookModifier and TypeMethodDescriptionMyWorkbook.Update.apply()Executes the update request.MyWorkbook.Update.apply(com.azure.core.util.Context context) Executes the update request.MyWorkbook.DefinitionStages.WithCreate.create()Executes the create request.MyWorkbook.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get a single private workbook by its resourceName.MyWorkbooks.getByResourceGroup(String resourceGroupName, String resourceName) Get a single private workbook by its resourceName.MyWorkbook.refresh()Refreshes the resource to sync with Azure.MyWorkbook.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type MyWorkbookModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<MyWorkbook>MyWorkbooks.getByIdWithResponse(String id, com.azure.core.util.Context context) Get a single private workbook by its resourceName.com.azure.core.http.rest.Response<MyWorkbook>MyWorkbooks.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Get a single private workbook by its resourceName.com.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<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.