WorkspaceUsableStatus Struct

Definition

Whether the current workspace is ready to accept Jobs.

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

Constructors

Name Description
WorkspaceUsableStatus(String)

Initializes a new instance of WorkspaceUsableStatus.

Properties

Name Description
No

The workspace is not usable and cannot accept jobs.

Partial

The workspace is partially usable.

Yes

The workspace is usable and can accept jobs.

Methods

Name Description
Equals(WorkspaceUsableStatus)

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

Determines if two WorkspaceUsableStatus values are the same.

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

Converts a string to a WorkspaceUsableStatus.

Inequality(WorkspaceUsableStatus, WorkspaceUsableStatus)

Determines if two WorkspaceUsableStatus values are not the same.

Applies to