LookingGlassSourceType 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.
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 |