Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookTemplateInner
Packages that use WorkbookTemplateInner
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 WorkbookTemplateInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplatesClient.createOrUpdate(String resourceGroupName, String resourceName, WorkbookTemplateInner workbookTemplateProperties) Create a new workbook template.WorkbookTemplatesClient.getByResourceGroup(String resourceGroupName, String resourceName) Get a single workbook template by its resourceName.Updates a workbook template that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type WorkbookTemplateInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkbookTemplateInner>WorkbookTemplatesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, WorkbookTemplateInner workbookTemplateProperties, com.azure.core.util.Context context) Create a new workbook template.com.azure.core.http.rest.Response<WorkbookTemplateInner>WorkbookTemplatesClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Get a single workbook template by its resourceName.com.azure.core.http.rest.PagedIterable<WorkbookTemplateInner>WorkbookTemplatesClient.listByResourceGroup(String resourceGroupName) Get all Workbook templates defined within a specified resource group.com.azure.core.http.rest.PagedIterable<WorkbookTemplateInner>WorkbookTemplatesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get all Workbook templates defined within a specified resource group.com.azure.core.http.rest.Response<WorkbookTemplateInner>WorkbookTemplatesClient.updateWithResponse(String resourceGroupName, String resourceName, WorkbookTemplateUpdateParameters workbookTemplateUpdateParameters, com.azure.core.util.Context context) Updates a workbook template that has already been added.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplatesClient.createOrUpdate(String resourceGroupName, String resourceName, WorkbookTemplateInner workbookTemplateProperties) Create a new workbook template.com.azure.core.http.rest.Response<WorkbookTemplateInner>WorkbookTemplatesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, WorkbookTemplateInner workbookTemplateProperties, com.azure.core.util.Context context) Create a new workbook template. -
Uses of WorkbookTemplateInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplateInner.withAuthor(String author) Set the author property: Information about the author of the workbook template.WorkbookTemplateInner.withGalleries(List<WorkbookTemplateGallery> galleries) Set the galleries property: Workbook galleries supported by the template.WorkbookTemplateInner.withLocalized(Map<String, List<WorkbookTemplateLocalizedGallery>> localized) Set the localized property: Key value pair of localized gallery.WorkbookTemplateInner.withLocation(String location) WorkbookTemplateInner.withPriority(Integer priority) Set the priority property: Priority of the template.WorkbookTemplateInner.withTemplateData(Object templateData) Set the templateData property: Valid JSON object containing workbook template payload. -
Uses of WorkbookTemplateInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplate.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookTemplateInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplatesListResult.value()Get the value property: An array of workbook templates.Method parameters in com.azure.resourcemanager.applicationinsights.models with type arguments of type WorkbookTemplateInnerModifier and TypeMethodDescriptionWorkbookTemplatesListResult.withValue(List<WorkbookTemplateInner> value) Set the value property: An array of workbook templates.