IWorkbookUpdateParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookUpdateParametersTypeConverter))]
public interface IWorkbookUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookUpdateParametersTypeConverter))>]
type IWorkbookUpdateParameters = interface
interface IJsonSerializable
Public Interface IWorkbookUpdateParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Category |
Workbook category, as defined by the user at creation time. |
Description |
The description of the workbook. |
DisplayName |
The user-defined name (display name) of the workbook. |
Kind |
The kind of workbook. Only valid value is shared. |
PropertiesTag |
A list of 0 or more tags that are associated with this workbook definition |
Revision |
The unique revision id for this workbook definition |
SerializedData |
Configuration of this particular workbook. Configuration data is a string containing valid JSON |
Tag |
Resource tags. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |