Uses of Class
com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters
Packages that use WorkbookUpdateParameters
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WorkbookUpdateParameters in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type WorkbookUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkbookInner>WorkbooksClient.updateWithResponse(String resourceGroupName, String resourceName, String sourceId, WorkbookUpdateParameters workbookUpdateParameters, com.azure.core.util.Context context) Updates a workbook that has already been added. -
Uses of WorkbookUpdateParameters in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkbookUpdateParametersModifier and TypeMethodDescriptionWorkbookUpdateParameters.withCategory(String category) Set the category property: Workbook category, as defined by the user at creation time.WorkbookUpdateParameters.withDescription(String description) Set the description property: The description of the workbook.WorkbookUpdateParameters.withDisplayName(String displayName) Set the displayName property: The user-defined name (display name) of the workbook.WorkbookUpdateParameters.withKind(WorkbookUpdateSharedTypeKind kind) Set the kind property: The kind of workbook.WorkbookUpdateParameters.withRevision(String revision) Set the revision property: The unique revision id for this workbook definition.WorkbookUpdateParameters.withSerializedData(String serializedData) Set the serializedData property: Configuration of this particular workbook.Set the tags property: Resource tags.WorkbookUpdateParameters.withTagsPropertiesTags(List<String> tags) Set the tags property: A list of 0 or more tags that are associated with this workbook definition.