ProviderAvailability Struct

Definition

Provider availability.

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

Constructors

ProviderAvailability(String)

Initializes a new instance of ProviderAvailability.

Properties

Available

Available.

Degraded

Degraded.

Unavailable

Unavailable.

Methods

Equals(ProviderAvailability)

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

Determines if two ProviderAvailability values are the same.

Implicit(String to ProviderAvailability)

Converts a string to a ProviderAvailability.

Inequality(ProviderAvailability, ProviderAvailability)

Determines if two ProviderAvailability values are not the same.

Applies to