Sdílet prostřednictvím


IWorkbookProperties Interface

Definition

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

SourceId

ResourceId for a source resource.

StorageUri

The resourceId to the storage account when bring your own storage is used

Tag

Being deprecated, please use the other tags field

TimeModified

Date and time in UTC of the last modification that was made to this workbook definition.

UserId

Unique user id of the specific user that owns this workbook.

Version

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to