WorkbookTemplateUpdateParameters 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 template.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateUpdateParametersTypeConverter))]
public class WorkbookTemplateUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateUpdateParametersTypeConverter))>]
type WorkbookTemplateUpdateParameters = class
interface IWorkbookTemplateUpdateParameters
interface IJsonSerializable
Public Class WorkbookTemplateUpdateParameters
Implements IWorkbookTemplateUpdateParameters
- Inheritance
-
WorkbookTemplateUpdateParameters
- Attributes
- Implements
Constructors
WorkbookTemplateUpdateParameters() |
Creates an new WorkbookTemplateUpdateParameters instance. |
Properties
Author |
Information about the author of the workbook template. |
Gallery |
Workbook galleries supported by the template. |
Localized |
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. |
Priority |
Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. |
Tag |
Resource tags |
TemplateData |
Valid JSON object containing workbook template payload. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplateUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateUpdateParameters. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |