Sdílet prostřednictvím


IMyWorkbookProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookPropertiesTypeConverter))]
public interface IMyWorkbookProperties : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookPropertiesTypeConverter))>]
type IMyWorkbookProperties = interface
    interface IJsonSerializable
Public Interface IMyWorkbookProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Category

Workbook category, as defined by the user at creation time.

DisplayName

The user-defined name of the private workbook.

SerializedData

Configuration of this particular private workbook. Configuration data is a string containing valid JSON

SourceId

Optional resourceId for a source resource.

StorageUri

BYOS Storage Account URI

Tag

A list of 0 or more tags that are associated with this private workbook definition

TimeModified

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

UserId

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

Version

This instance's version of the data model. This can change as new features are added that can be marked private workbook.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to