WorkbookUpdateParameters 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.
The parameters that can be provided when updating workbook properties properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookUpdateParametersTypeConverter))]
public class WorkbookUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookUpdateParametersTypeConverter))>]
type WorkbookUpdateParameters = class
interface IWorkbookUpdateParameters
interface IJsonSerializable
Public Class WorkbookUpdateParameters
Implements IWorkbookUpdateParameters
- Inheritance
-
WorkbookUpdateParameters
- Attributes
- Implements
Constructors
WorkbookUpdateParameters() |
Creates an new WorkbookUpdateParameters 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. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookUpdateParameters. |
FromJsonString(String) |
Creates a new instance of WorkbookUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |