Bagikan melalui


PeeringSize Struct

Definition

The size of the peering SKU.

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

Constructors

PeeringSize(String)

Initializes a new instance of PeeringSize.

Properties

Free

Free.

Metered

Metered.

Unlimited

Unlimited.

Methods

Equals(PeeringSize)

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

Determines if two PeeringSize values are the same.

Implicit(String to PeeringSize)

Converts a string to a PeeringSize.

Inequality(PeeringSize, PeeringSize)

Determines if two PeeringSize values are not the same.

Applies to