PeeringServiceProviderAvailability 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.
The PeeringServiceProviderAvailability.
public readonly struct PeeringServiceProviderAvailability : IEquatable<Azure.ResourceManager.Peering.Models.PeeringServiceProviderAvailability>
type PeeringServiceProviderAvailability = struct
Public Structure PeeringServiceProviderAvailability
Implements IEquatable(Of PeeringServiceProviderAvailability)
- Inheritance
-
PeeringServiceProviderAvailability
- Implements
Constructors
PeeringServiceProviderAvailability(String) |
Initializes a new instance of PeeringServiceProviderAvailability. |
Properties
Available |
Available. |
Unavailable |
Unavailable. |
Methods
Equals(PeeringServiceProviderAvailability) |
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(PeeringServiceProviderAvailability, PeeringServiceProviderAvailability) |
Determines if two PeeringServiceProviderAvailability values are the same. |
Implicit(String to PeeringServiceProviderAvailability) |
Converts a string to a PeeringServiceProviderAvailability. |
Inequality(PeeringServiceProviderAvailability, PeeringServiceProviderAvailability) |
Determines if two PeeringServiceProviderAvailability values are not the same. |
Applies to
Azure SDK for .NET