DirectPeeringType 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 type of direct peering.
public readonly struct DirectPeeringType : IEquatable<Azure.ResourceManager.Peering.Models.DirectPeeringType>
type DirectPeeringType = struct
Public Structure DirectPeeringType
Implements IEquatable(Of DirectPeeringType)
- Inheritance
-
DirectPeeringType
- Implements
Constructors
| Name | Description |
|---|---|
| DirectPeeringType(String) |
Initializes a new instance of DirectPeeringType. |
Properties
| Name | Description |
|---|---|
| Cdn |
Gets the Cdn. |
| Edge |
Gets the Edge. |
| EdgeZoneForOperators |
Gets the EdgeZoneForOperators. |
| Internal |
Gets the Internal. |
| Ix |
Gets the Ix. |
| IxRs |
Gets the IxRs. |
| PeerProp |
Gets the PeerProp. |
| Transit |
Gets the Transit. |
| Voice |
Gets the Voice. |
Methods
| Name | Description |
|---|---|
| Equals(DirectPeeringType) |
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(DirectPeeringType, DirectPeeringType) |
Determines if two DirectPeeringType values are the same. |
| Implicit(String to DirectPeeringType) |
Converts a string to a DirectPeeringType. |
| Implicit(String to Nullable<DirectPeeringType>) | |
| Inequality(DirectPeeringType, DirectPeeringType) |
Determines if two DirectPeeringType values are not the same. |