TargetAvailability Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Target availability.
public readonly struct TargetAvailability : IEquatable<Azure.Quantum.Jobs.Models.TargetAvailability>
type TargetAvailability = struct
Public Structure TargetAvailability
Implements IEquatable(Of TargetAvailability)
- Inheritance
-
TargetAvailability
- Implements
Constructors
TargetAvailability(String) |
Initializes a new instance of TargetAvailability. |
Properties
Available |
Available. |
Degraded |
Degraded. |
Unavailable |
Unavailable. |
Methods
Equals(TargetAvailability) |
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(TargetAvailability, TargetAvailability) |
Determines if two TargetAvailability values are the same. |
Implicit(String to TargetAvailability) |
Converts a string to a TargetAvailability. |
Inequality(TargetAvailability, TargetAvailability) |
Determines if two TargetAvailability values are not the same. |
Applies to
Azure SDK for .NET