Uses of Interface
com.azure.resourcemanager.applicationinsights.models.Workbook
Packages that use Workbook
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of Workbook in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookModifier and TypeMethodDescriptionWorkbook.Update.apply()Executes the update request.Workbook.Update.apply(com.azure.core.util.Context context) Executes the update request.Workbook.DefinitionStages.WithCreate.create()Executes the create request.Workbook.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get a single workbook by its resourceName.Workbooks.getByResourceGroup(String resourceGroupName, String resourceName) Get a single workbook by its resourceName.Workbook.refresh()Refreshes the resource to sync with Azure.Workbook.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Workbooks.revisionGet(String resourceGroupName, String resourceName, String revisionId) Get a single workbook revision defined by its revisionId.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WorkbookModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Workbook>Workbooks.getByIdWithResponse(String id, Boolean canFetchContent, com.azure.core.util.Context context) Get a single workbook by its resourceName.com.azure.core.http.rest.Response<Workbook>Workbooks.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Boolean canFetchContent, com.azure.core.util.Context context) Get a single workbook by its resourceName.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<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.com.azure.core.http.rest.Response<Workbook>Workbooks.revisionGetWithResponse(String resourceGroupName, String resourceName, String revisionId, com.azure.core.util.Context context) Get a single workbook revision defined by its revisionId.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.revisionsList(String resourceGroupName, String resourceName) Get the revisions for the workbook defined by its resourceName.com.azure.core.http.rest.PagedIterable<Workbook>Workbooks.revisionsList(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Get the revisions for the workbook defined by its resourceName.