你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMyWorkbookProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |