Workbook Class
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.
An Application Insights workbook definition.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Workbook : Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Workbook = class
inherit WorkbookResource
Public Class Workbook
Inherits WorkbookResource
- Inheritance
- Attributes
Constructors
Workbook() |
Initializes a new instance of the Workbook class. |
Workbook(String, String, String, String, String, String, String, String, String, String, IDictionary<String,String>, String, String, String, IList<String>, String) |
Initializes a new instance of the Workbook class. |
Properties
Category |
Gets or sets workbook category, as defined by the user at creation time. |
Id |
Gets azure resource Id (Inherited from WorkbookResource) |
Kind |
Gets or sets the kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared' |
Location |
Gets or sets resource location (Inherited from WorkbookResource) |
Name |
Gets azure resource name (Inherited from WorkbookResource) |
SerializedData |
Gets or sets configuration of this particular workbook. Configuration data is a string containing valid JSON |
SharedTypeKind |
Gets or sets enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'user', 'shared' |
SourceResourceId |
Gets or sets optional resourceId for a source resource. |
Tags |
Gets or sets resource tags (Inherited from WorkbookResource) |
TimeModified |
Gets date and time in UTC of the last modification that was made to this workbook definition. |
Type |
Gets azure resource type (Inherited from WorkbookResource) |
UserId |
Gets or sets unique user id of the specific user that owns this workbook. |
Version |
Gets or sets this instance's version of the data model. This can change as new features are added that can be marked workbook. |
WorkbookId |
Gets or sets internally assigned unique id of the workbook definition. |
WorkbookName |
Gets or sets the user-defined name of the workbook. |
WorkbookTags |
Gets or sets a list of 0 or more tags that are associated with this workbook definition |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET