QuantumWorkspaceKind Struct

Definition

The workspace type.

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

Constructors

Name Description
QuantumWorkspaceKind(String)

Initializes a new instance of QuantumWorkspaceKind.

Properties

Name Description
V1

The workspace is a general-purpose workspace.

V2

The workspace is a V2 workspace.

Methods

Name Description
Equals(QuantumWorkspaceKind)

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(QuantumWorkspaceKind, QuantumWorkspaceKind)

Determines if two QuantumWorkspaceKind values are the same.

Implicit(String to Nullable<QuantumWorkspaceKind>)
Implicit(String to QuantumWorkspaceKind)

Converts a string to a QuantumWorkspaceKind.

Inequality(QuantumWorkspaceKind, QuantumWorkspaceKind)

Determines if two QuantumWorkspaceKind values are not the same.

Applies to