PeeringLocationsKind Struct

Definition

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

Constructors

Name Description
PeeringLocationsKind(String)

Initializes a new instance of PeeringLocationsKind.

Properties

Name Description
Direct

Gets the Direct.

Exchange

Gets the Exchange.

Methods

Name Description
Equals(PeeringLocationsKind)

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

Determines if two PeeringLocationsKind values are the same.

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

Converts a string to a PeeringLocationsKind.

Inequality(PeeringLocationsKind, PeeringLocationsKind)

Determines if two PeeringLocationsKind values are not the same.

Applies to