Share via


ExpressRoutePeeringType Struct

Definition

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