PeeringLocationsDirectPeeringType Struct

Definition

public readonly struct PeeringLocationsDirectPeeringType : IEquatable<Azure.ResourceManager.Peering.Models.PeeringLocationsDirectPeeringType>
type PeeringLocationsDirectPeeringType = struct
Public Structure PeeringLocationsDirectPeeringType
Implements IEquatable(Of PeeringLocationsDirectPeeringType)
Inheritance
PeeringLocationsDirectPeeringType
Implements

Constructors

Name Description
PeeringLocationsDirectPeeringType(String)

Initializes a new instance of PeeringLocationsDirectPeeringType.

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(PeeringLocationsDirectPeeringType)

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(PeeringLocationsDirectPeeringType, PeeringLocationsDirectPeeringType)

Determines if two PeeringLocationsDirectPeeringType values are the same.

Implicit(String to Nullable<PeeringLocationsDirectPeeringType>)
Implicit(String to PeeringLocationsDirectPeeringType)

Converts a string to a PeeringLocationsDirectPeeringType.

Inequality(PeeringLocationsDirectPeeringType, PeeringLocationsDirectPeeringType)

Determines if two PeeringLocationsDirectPeeringType values are not the same.

Applies to