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