你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWorkbookPropertiesUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesUpdateParametersTypeConverter))]
public interface IWorkbookPropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesUpdateParametersTypeConverter))>]
type IWorkbookPropertiesUpdateParameters = interface
    interface IJsonSerializable
Public Interface IWorkbookPropertiesUpdateParameters
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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to