Class NotebookResource

java.lang.Object
com.azure.analytics.synapse.artifacts.models.NotebookResource

public final class NotebookResource extends Object
Notebook resource type.
  • Constructor Details

    • NotebookResource

      public NotebookResource()
  • Method Details

    • getId

      public String getId()
      Get the id property: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
      Returns:
      the id value.
    • getName

      public String getName()
      Get the name property: The name of the resource.
      Returns:
      the name value.
    • setName

      public NotebookResource setName(String name)
      Set the name property: The name of the resource.
      Parameters:
      name - the name value to set.
      Returns:
      the NotebookResource object itself.
    • getType

      public String getType()
      Get the type property: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
      Returns:
      the type value.
    • getEtag

      public String getEtag()
      Get the etag property: Resource Etag.
      Returns:
      the etag value.
    • getProperties

      public Notebook getProperties()
      Get the properties property: Properties of Notebook.
      Returns:
      the properties value.
    • setProperties

      public NotebookResource setProperties(Notebook properties)
      Set the properties property: Properties of Notebook.
      Parameters:
      properties - the properties value to set.
      Returns:
      the NotebookResource object itself.