你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Size Struct

Definition

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

Applies to