PeeringPrefixValidationState 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 prefix validation state.
public readonly struct PeeringPrefixValidationState : IEquatable<Azure.ResourceManager.Peering.Models.PeeringPrefixValidationState>
type PeeringPrefixValidationState = struct
Public Structure PeeringPrefixValidationState
Implements IEquatable(Of PeeringPrefixValidationState)
- Inheritance
-
PeeringPrefixValidationState
- Implements
Constructors
| Name | Description |
|---|---|
| PeeringPrefixValidationState(String) |
Initializes a new instance of PeeringPrefixValidationState. |
Properties
| Name | Description |
|---|---|
| Failed |
Gets the Failed. |
| Invalid |
Gets the Invalid. |
| None |
Gets the None. |
| Pending |
Gets the Pending. |
| Unknown |
Gets the Unknown. |
| Verified |
Gets the Verified. |
| Warning |
Gets the Warning. |
Methods
| Name | Description |
|---|---|
| Equals(PeeringPrefixValidationState) |
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(PeeringPrefixValidationState, PeeringPrefixValidationState) |
Determines if two PeeringPrefixValidationState values are the same. |
| Implicit(String to Nullable<PeeringPrefixValidationState>) | |
| Implicit(String to PeeringPrefixValidationState) |
Converts a string to a PeeringPrefixValidationState. |
| Inequality(PeeringPrefixValidationState, PeeringPrefixValidationState) |
Determines if two PeeringPrefixValidationState values are not the same. |