PeeringFamily Struct

Definition

The family of the peering SKU.

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

Constructors

PeeringFamily(String)

Initializes a new instance of PeeringFamily.

Properties

Direct

Direct.

Exchange

Exchange.

Methods

Equals(PeeringFamily)

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

Determines if two PeeringFamily values are the same.

Implicit(String to PeeringFamily)

Converts a string to a PeeringFamily.

Inequality(PeeringFamily, PeeringFamily)

Determines if two PeeringFamily values are not the same.

Applies to