Bagikan melalui


DirectPeeringType Struct

Definition

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

DirectPeeringType(String)

Initializes a new instance of DirectPeeringType.

Properties

Cdn

Cdn.

Edge

Edge.

EdgeZoneForOperators

EdgeZoneForOperators.

Internal

Internal.

Ix

Ix.

IxRs

IxRs.

Transit

Transit.

Voice

Voice.

Methods

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

Equality(DirectPeeringType, DirectPeeringType)

Determines if two DirectPeeringType values are the same.

Implicit(String to DirectPeeringType)

Converts a string to a DirectPeeringType.

Inequality(DirectPeeringType, DirectPeeringType)

Determines if two DirectPeeringType values are not the same.

Applies to