Udostępnij za pośrednictwem


ApplicationInsightsWorkbook Class

Definition

ApplicationInsightsWorkbook.

public class ApplicationInsightsWorkbook : Azure.Provisioning.Primitives.Resource
type ApplicationInsightsWorkbook = class
    inherit Resource
Public Class ApplicationInsightsWorkbook
Inherits Resource
Inheritance

Constructors

ApplicationInsightsWorkbook(String, String)

Creates a new ApplicationInsightsWorkbook.

Properties

Category

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

DependsOn

Declares explicit dependencies on other resources.

(Inherited from Resource)
Description

The description of the workbook.

DisplayName

The user-defined name (display name) of the workbook.

ETag

Resource etag.

Id

Gets the Id.

IdentifierName

Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

(Inherited from NamedProvisioningConstruct)
Identity

Identity used for BYOS.

IsExistingResource

Gets whether this is referencing an existing resource or we're defining a new resource.

(Inherited from Resource)
Kind

The kind of workbook. Only valid value is shared.

Location

Gets or sets the Location.

ModifiedOn

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

Name

The name of the workbook resource. The value must be an UUID.

ResourceType

Gets the type of the resource.

(Inherited from Resource)
ResourceVersion

Gets or sets the version of the resource.

(Inherited from Resource)
Revision

The unique revision id for this workbook definition.

SerializedData

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

SourceId

Azure Resource Id that will fetch all linked workbooks.

StorageUri

The resourceId to the storage account when bring your own storage is used.

SystemData

Gets the SystemData.

Tags

Gets or sets the Tags.

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

Build(ProvisioningContext)

Compose the resource into a provisioning plan that can be saved as Bicep or deployed directly.

(Inherited from Resource)
Compile()

Compile the resource into a set of Bicep statements.

(Inherited from Resource)
FromExisting(String, String)

Creates a reference to an existing ApplicationInsightsWorkbook.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Resource)

Applies to