Udostępnij przez


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

Name Description
PeeringSize(String)

Initializes a new instance of PeeringSize.

Properties

Name Description
Free

Free.

Metered

Metered.

Unlimited

Unlimited.

Methods

Name Description
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

Name Description
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