PeeringSize Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET