Freigeben über


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

No.

Partial

Partial.

Yes

Yes.

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

Converts a String to a WorkspaceUsableStatus.

Inequality(WorkspaceUsableStatus, WorkspaceUsableStatus)

Determines if two WorkspaceUsableStatus values are not the same.

Applies to