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

WorkbookUpdateParameters Class

Definition

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()

Applies to