Sdílet prostřednictvím


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