NotebookReferenceType Struct

Definition

Synapse notebook reference type.

public readonly struct NotebookReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.NotebookReferenceType>
type NotebookReferenceType = struct
Public Structure NotebookReferenceType
Implements IEquatable(Of NotebookReferenceType)
Inheritance
NotebookReferenceType
Implements

Constructors

NotebookReferenceType(String)

Initializes a new instance of NotebookReferenceType.

Properties

NotebookReference

NotebookReference.

Methods

Equals(NotebookReferenceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NotebookReferenceType, NotebookReferenceType)

Determines if two NotebookReferenceType values are the same.

Implicit(String to NotebookReferenceType)

Converts a string to a NotebookReferenceType.

Inequality(NotebookReferenceType, NotebookReferenceType)

Determines if two NotebookReferenceType values are not the same.

Applies to