GetWorkbookResult

data class GetWorkbookResult(val azureApiVersion: String, val category: String, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val identity: WorkbookResourceResponseIdentity? = null, val kind: String? = null, val location: String, val name: String, val revision: String, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String, val userId: String, val version: String? = null)

A workbook definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, category: String, description: String? = null, displayName: String, etag: String? = null, id: String, identity: WorkbookResourceResponseIdentity? = null, kind: String? = null, location: String, name: String, revision: String, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String, userId: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

The description of the workbook.

Link copied to clipboard

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

Link copied to clipboard
val etag: String? = null

Resource etag

Link copied to clipboard
val id: String

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

Link copied to clipboard

Identity used for BYOS

Link copied to clipboard
val kind: String? = null

The kind of workbook. Only valid value is shared.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The unique revision id for this workbook definition

Link copied to clipboard

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

Link copied to clipboard
val sourceId: String? = null

ResourceId for a source resource.

Link copied to clipboard
val storageUri: String? = null

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

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

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