NotebookWorkspaceName Struct

Definition

public readonly struct NotebookWorkspaceName : IEquatable<Azure.ResourceManager.CosmosDB.Models.NotebookWorkspaceName>
type NotebookWorkspaceName = struct
Public Structure NotebookWorkspaceName
Implements IEquatable(Of NotebookWorkspaceName)
Inheritance
NotebookWorkspaceName
Implements

Constructors

Name Description
NotebookWorkspaceName(String)

Initializes a new instance of NotebookWorkspaceName.

Properties

Name Description
Default

Gets the Default.

Methods

Name Description
Equals(NotebookWorkspaceName)

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

Name Description
Equality(NotebookWorkspaceName, NotebookWorkspaceName)

Determines if two NotebookWorkspaceName values are the same.

Implicit(String to NotebookWorkspaceName)

Converts a string to a NotebookWorkspaceName.

Implicit(String to Nullable<NotebookWorkspaceName>)
Inequality(NotebookWorkspaceName, NotebookWorkspaceName)

Determines if two NotebookWorkspaceName values are not the same.

Applies to