Udostępnij za pośrednictwem


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