Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookTemplateProperties
Packages that use WorkbookTemplateProperties
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookTemplateProperties in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WorkbookTemplatePropertiesModifier and TypeMethodDescriptionWorkbookTemplateProperties.withAuthor(String author) Set the author property: Information about the author of the workbook template.WorkbookTemplateProperties.withGalleries(List<WorkbookTemplateGallery> galleries) Set the galleries property: Workbook galleries supported by the template.WorkbookTemplateProperties.withLocalized(Map<String, List<WorkbookTemplateLocalizedGallery>> localized) Set the localized property: Key value pair of localized gallery.WorkbookTemplateProperties.withPriority(Integer priority) Set the priority property: Priority of the template.WorkbookTemplateProperties.withTemplateData(Object templateData) Set the templateData property: Valid JSON object containing workbook template payload.