Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookInner
Packages that use WorkbookInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return WorkbookInnerModifier and TypeMethodDescriptionWorkbooksClient.createOrUpdate(String resourceGroupName, String resourceName, WorkbookInner workbookProperties) Create a new workbook.WorkbooksClient.getByResourceGroup(String resourceGroupName, String resourceName) Get a single workbook by its resourceName.WorkbooksClient.revisionGet(String resourceGroupName, String resourceName, String revisionId) Get a single workbook revision defined by its revisionId.Updates a workbook that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type WorkbookInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, WorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Create a new workbook.com.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.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<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<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.com.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.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<WorkbookInner>WorkbooksClient.revisionsList(String resourceGroupName, String resourceName) Get the revisions for the workbook defined by its resourceName.com.azure.core.http.rest.PagedIterable<WorkbookInner>WorkbooksClient.revisionsList(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Get the revisions for the workbook defined by its resourceName.com.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.updateWithResponse(String resourceGroupName, String resourceName, String sourceId, WorkbookUpdateParameters workbookUpdateParameters, com.azure.core.util.Context context) Updates a workbook that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type WorkbookInnerModifier and TypeMethodDescriptionWorkbooksClient.createOrUpdate(String resourceGroupName, String resourceName, WorkbookInner workbookProperties) Create a new workbook.com.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, WorkbookInner workbookProperties, String sourceId, com.azure.core.util.Context context) Create a new workbook. -
Uses of WorkbookInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WorkbookInnerModifier and TypeMethodDescriptionWorkbookInner.withCategory(String category) Set the category property: Workbook category, as defined by the user at creation time.WorkbookInner.withDescription(String description) Set the description property: The description of the workbook.WorkbookInner.withDisplayName(String displayName) Set the displayName property: The user-defined name (display name) of the workbook.Set the etag property: Resource etag.WorkbookInner.withIdentity(WorkbookResourceIdentity identity) Set the identity property: Identity used for BYOS.WorkbookInner.withKind(WorkbookSharedTypeKind kind) Set the kind property: The kind of workbook.WorkbookInner.withLocation(String location) WorkbookInner.withSerializedData(String serializedData) Set the serializedData property: Configuration of this particular workbook.WorkbookInner.withSourceId(String sourceId) Set the sourceId property: ResourceId for a source resource.WorkbookInner.withStorageUri(String storageUri) Set the storageUri property: The resourceId to the storage account when bring your own storage is used.WorkbookInner.withTagsPropertiesTags(List<String> tags) Set the tags property: Being deprecated, please use the other tags field.WorkbookInner.withVersion(String version) Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData. -
Uses of WorkbookInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookInnerModifier and TypeMethodDescriptionWorkbook.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WorkbookInnerModifier and TypeMethodDescriptionWorkbooksListResult.value()Get the value property: An array of workbooks.