Share via


TrafficRegionCategory Struct

Definition

Argument completer implementation for TrafficRegionCategory.

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

Fields

Canary
HighTraffic
LowTraffic
MediumTraffic
None
NotSpecified
RestOfTheWorldGroupOne
RestOfTheWorldGroupTwo

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 TrafficRegionCategory (override for Object)

Equals(TrafficRegionCategory)

Compares values of enum type TrafficRegionCategory

GetHashCode()

Returns hashCode for enum TrafficRegionCategory

ToString()

Returns string representation for TrafficRegionCategory

Operators

Equality(TrafficRegionCategory, TrafficRegionCategory)

Overriding == operator for enum TrafficRegionCategory

Implicit(String to TrafficRegionCategory)

Implicit operator to convert string to TrafficRegionCategory

Implicit(TrafficRegionCategory to String)

Implicit operator to convert TrafficRegionCategory to string

Inequality(TrafficRegionCategory, TrafficRegionCategory)

Overriding != operator for enum TrafficRegionCategory

Applies to