NotebookResource 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.
Notebook resource type.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookResource+NotebookResourceConverter))]
public class NotebookResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookResource+NotebookResourceConverter))>]
type NotebookResource = class
Public Class NotebookResource
- Inheritance
-
NotebookResource
- Attributes
Constructors
| Name | Description |
|---|---|
| NotebookResource(String, Notebook) |
Initializes a new instance of NotebookResource. |
Properties
| Name | Description |
|---|---|
| Etag |
Resource Etag. |
| Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
| Name |
The name of the resource. |
| Properties |
Properties of Notebook. |
| Type |
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. |