Uses of Interface
com.azure.resourcemanager.applicationinsights.models.Workbook.Update
Packages that use Workbook.Update
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of Workbook.Update in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return Workbook.UpdateModifier and TypeMethodDescriptionWorkbook.update()Begins update for the Workbook resource.Workbook.UpdateStages.WithCategory.withCategory(String category) Specifies the category property: Workbook category, as defined by the user at creation time..Workbook.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: The description of the workbook..Workbook.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: The user-defined name (display name) of the workbook..Workbook.UpdateStages.WithKind.withKind(WorkbookUpdateSharedTypeKind kind) Specifies the kind property: The kind of workbook.Workbook.UpdateStages.WithRevision.withRevision(String revision) Specifies the revision property: The unique revision id for this workbook definition.Workbook.UpdateStages.WithSerializedData.withSerializedData(String serializedData) Specifies the serializedData property: Configuration of this particular workbook.Workbook.UpdateStages.WithSourceId.withSourceId(String sourceId) Specifies the sourceId property: Azure Resource Id that will fetch all linked workbooks..Specifies the tags property: Resource tags..Workbook.UpdateStages.WithTagsPropertiesTags.withTagsPropertiesTags(List<String> tagsPropertiesTags) Specifies the tagsPropertiesTags property: A list of 0 or more tags that are associated with this workbook definition.