Udostępnij za pośrednictwem


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

WorkspaceUsableStatus(String)

Initializes a new instance of WorkspaceUsableStatus.

Properties

No

No.

Partial

Partial.

Yes

Yes.

Methods

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

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