DeletedWorkbook interface

A workbook definition.

Extends

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.

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

tagsPropertiesTags

Being deprecated, please use the other tags field

timeModified

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

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

Inherited Properties

etag

Resource etag

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

kind

The kind of workbook. Only valid value is shared.

location

The geo-location where the resource lives

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

category

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

category?: string

Property Value

string

description

The description of the workbook.

description?: string

Property Value

string

displayName

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

displayName?: string

Property Value

string

revision

The unique revision id for this workbook definition

revision?: string

Property Value

string

serializedData

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

serializedData?: string

Property Value

string

sourceId

ResourceId for a source resource.

sourceId?: string

Property Value

string

storageUri

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

storageUri?: string

Property Value

string

tagsPropertiesTags

Being deprecated, please use the other tags field

tagsPropertiesTags?: string[]

Property Value

string[]

timeModified

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

timeModified?: Date

Property Value

Date

userId

Unique user id of the specific user that owns this workbook.

userId?: string

Property Value

string

version

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData

version?: string

Property Value

string

Inherited Property Details

etag

Resource etag

etag?: string

Property Value

string

Inherited From DeletedWorkbookResource.etag

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From DeletedWorkbookResource.id

kind

The kind of workbook. Only valid value is shared.

kind?: string

Property Value

string

Inherited From DeletedWorkbookResource.kind

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From DeletedWorkbookResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From DeletedWorkbookResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From DeletedWorkbookResource.systemData

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From DeletedWorkbookResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From DeletedWorkbookResource.type