WorkbookPropertiesUpdateParameters Class
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.
Properties that contain a workbook for PATCH operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesUpdateParametersTypeConverter))]
public class WorkbookPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookPropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesUpdateParametersTypeConverter))>]
type WorkbookPropertiesUpdateParameters = class
interface IWorkbookPropertiesUpdateParameters
interface IJsonSerializable
Public Class WorkbookPropertiesUpdateParameters
Implements IWorkbookPropertiesUpdateParameters
- Inheritance
-
WorkbookPropertiesUpdateParameters
- Attributes
- Implements
Constructors
WorkbookPropertiesUpdateParameters() |
Creates an new WorkbookPropertiesUpdateParameters instance. |
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. |
Revision |
The unique revision id for this workbook definition |
SerializedData |
Configuration of this particular workbook. Configuration data is a string containing valid JSON |
Tag |
A list of 0 or more tags that are associated with this workbook definition |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookPropertiesUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookPropertiesUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookPropertiesUpdateParameters. |
FromJsonString(String) |
Creates a new instance of WorkbookPropertiesUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookPropertiesUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |