Size 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SizeTypeConverter))]
public struct Size : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Size>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SizeTypeConverter))>]
type Size = struct
interface IArgumentCompleter
Public Structure Size
Implements IArgumentCompleter, IEquatable(Of Size)
- Inheritance
-
Size
- Attributes
- Implements
Fields
Free | |
Metered | |
Unlimited |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type Size (override for Object) |
Equals(Size) |
Compares values of enum type Size |
GetHashCode() |
Returns hashCode for enum Size |
ToString() |
Returns string representation for Size |
Operators
Equality(Size, Size) |
Overriding == operator for enum Size |
Implicit(Size to String) |
Implicit operator to convert Size to string |
Implicit(String to Size) |
Implicit operator to convert string to Size |
Inequality(Size, Size) |
Overriding != operator for enum Size |