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
| 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. |