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

Family Struct

Definition

The family of the peering SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.FamilyTypeConverter))]
public struct Family : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Family>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.FamilyTypeConverter))>]
type Family = struct
    interface IArgumentCompleter
Public Structure Family
Implements IArgumentCompleter, IEquatable(Of Family)
Inheritance
Family
Attributes
Implements

Fields

Direct
Exchange

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Family)

Compares values of enum type Family

Equals(Object)

Compares values of enum type Family (override for Object)

GetHashCode()

Returns hashCode for enum Family

ToString()

Returns string representation for Family

Operators

Equality(Family, Family)

Overriding == operator for enum Family

Implicit(Family to String)

Implicit operator to convert Family to string

Implicit(String to Family)

Implicit operator to convert string to Family

Inequality(Family, Family)

Overriding != operator for enum Family

Applies to