Uses of Interface
com.azure.resourcemanager.applicationinsights.models.WorkbookTemplate.Update
Packages that use WorkbookTemplate.Update
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookTemplate.Update in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookTemplate.UpdateModifier and TypeMethodDescriptionWorkbookTemplate.update()Begins update for the WorkbookTemplate resource.WorkbookTemplate.UpdateStages.WithAuthor.withAuthor(String author) Specifies the author property: Information about the author of the workbook template..WorkbookTemplate.UpdateStages.WithGalleries.withGalleries(List<WorkbookTemplateGallery> galleries) Specifies the galleries property: Workbook galleries supported by the template..WorkbookTemplate.UpdateStages.WithLocalized.withLocalized(Map<String, List<WorkbookTemplateLocalizedGallery>> localized) Specifies the localized property: Key value pair of localized gallery.WorkbookTemplate.UpdateStages.WithPriority.withPriority(Integer priority) Specifies the priority property: Priority of the template.Specifies the tags property: Resource tags.WorkbookTemplate.UpdateStages.WithTemplateData.withTemplateData(Object templateData) Specifies the templateData property: Valid JSON object containing workbook template payload..