IWorkbook 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.Api20220401.WorkbookTypeConverter))]
public interface IWorkbook : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookTypeConverter))>]
type IWorkbook = interface
interface IJsonSerializable
interface IWorkbookResource
interface ITrackedResource
interface IResource
Public Interface IWorkbook
Implements IWorkbookResource
- 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. |
Etag |
Resource etag (Inherited from IWorkbookResource) |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IWorkbookResource) |
IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IWorkbookResource) |
IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). (Inherited from IWorkbookResource) |
IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. (Inherited from IWorkbookResource) |
Kind |
The kind of workbook. Only valid value is shared. (Inherited from IWorkbookResource) |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
Name |
The name of the resource (Inherited from IResource) |
PropertiesTag |
Being deprecated, please use the other tags field |
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 |
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. (Inherited from ITrackedResource) |
TimeModified |
Date and time in UTC of the last modification that was made to this workbook definition. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
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) |