Udostępnij za pośrednictwem


PeeringTier Struct

Definition

The tier of the peering SKU.

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

Constructors

PeeringTier(String)

Initializes a new instance of PeeringTier.

Properties

Basic

Basic.

Premium

Premium.

Methods

Equals(PeeringTier)

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

Determines if two PeeringTier values are the same.

Implicit(String to PeeringTier)

Converts a string to a PeeringTier.

Inequality(PeeringTier, PeeringTier)

Determines if two PeeringTier values are not the same.

Applies to