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

LookingGlassSourceType Struct

Definition

Argument completer implementation for LookingGlassSourceType.

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

Fields

AzureRegion
EdgeSite

Methods

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

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

Equals(LookingGlassSourceType)

Compares values of enum type LookingGlassSourceType

Equals(Object)

Compares values of enum type LookingGlassSourceType (override for Object)

GetHashCode()

Returns hashCode for enum LookingGlassSourceType

ToString()

Returns string representation for LookingGlassSourceType

Operators

Equality(LookingGlassSourceType, LookingGlassSourceType)

Overriding == operator for enum LookingGlassSourceType

Implicit(LookingGlassSourceType to String)

Implicit operator to convert LookingGlassSourceType to string

Implicit(String to LookingGlassSourceType)

Implicit operator to convert string to LookingGlassSourceType

Inequality(LookingGlassSourceType, LookingGlassSourceType)

Overriding != operator for enum LookingGlassSourceType

Applies to