MyWorkbook 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 private workbook definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookTypeConverter))]
public class MyWorkbook : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookTypeConverter))>]
type MyWorkbook = class
interface IMyWorkbook
interface IJsonSerializable
interface IMyWorkbookResource
interface IValidates
Public Class MyWorkbook
Implements IMyWorkbook, IValidates
- Inheritance
-
MyWorkbook
- Attributes
- Implements
Constructors
MyWorkbook() |
Creates an new MyWorkbook instance. |
Properties
Category |
Workbook category, as defined by the user at creation time. |
DisplayName |
The user-defined name of the private workbook. |
Etag |
Resource etag |
Id |
Azure resource Id |
Identity |
Identity used for BYOS |
IdentityType |
The identity type. |
IdentityUserAssignedIdentity |
Customer Managed Identity |
Kind |
The kind of workbook. Choices are user and shared. |
Location |
Resource location |
Name |
Azure resource name |
PropertiesTag |
A list of 0 or more tags that are associated with this private workbook definition |
ResourceGroupName |
Gets the resource group name |
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 |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags |
TimeModified |
Date and time in UTC of the last modification that was made to this private workbook definition. |
Type |
Azure resource type |
UserAssignedIdentityPrincipalId |
The principal ID of resource identity. |
UserAssignedIdentityTenantId |
The tenant ID of resource. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MyWorkbook. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MyWorkbook. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbook. |
FromJsonString(String) |
Creates a new instance of MyWorkbook, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MyWorkbook into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |