Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookProperties
Packages that use WorkbookProperties
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookProperties in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WorkbookPropertiesModifier and TypeMethodDescriptionWorkbookProperties.withCategory(String category) Set the category property: Workbook category, as defined by the user at creation time.WorkbookProperties.withDescription(String description) Set the description property: The description of the workbook.WorkbookProperties.withDisplayName(String displayName) Set the displayName property: The user-defined name (display name) of the workbook.WorkbookProperties.withSerializedData(String serializedData) Set the serializedData property: Configuration of this particular workbook.WorkbookProperties.withSourceId(String sourceId) Set the sourceId property: ResourceId for a source resource.WorkbookProperties.withStorageUri(String storageUri) Set the storageUri property: The resourceId to the storage account when bring your own storage is used.Set the tags property: Being deprecated, please use the other tags field.WorkbookProperties.withVersion(String version) Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.