你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWorkbookTemplateUpdateParameters 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.Api20201120.WorkbookTemplateUpdateParametersTypeConverter))]
public interface IWorkbookTemplateUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateUpdateParametersTypeConverter))>]
type IWorkbookTemplateUpdateParameters = interface
interface IJsonSerializable
Public Interface IWorkbookTemplateUpdateParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |