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