TrafficDirection 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.
The direction of required traffic
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TrafficDirectionTypeConverter))]
public struct TrafficDirection : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TrafficDirection>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.TrafficDirectionTypeConverter))>]
type TrafficDirection = struct
interface IArgumentCompleter
Public Structure TrafficDirection
Implements IArgumentCompleter, IEquatable(Of TrafficDirection)
- Inheritance
-
TrafficDirection
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Inbound | |
| Outbound | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type TrafficDirection (override for Object) |
| Equals(TrafficDirection) |
Compares values of enum type TrafficDirection |
| GetHashCode() |
Returns hashCode for enum TrafficDirection |
| ToString() |
Returns string representation for TrafficDirection |
Operators
| Name | Description |
|---|---|
| Equality(TrafficDirection, TrafficDirection) |
Overriding == operator for enum TrafficDirection |
| Implicit(String to TrafficDirection) |
Implicit operator to convert string to TrafficDirection |
| Implicit(TrafficDirection to String) |
Implicit operator to convert TrafficDirection to string |
| Inequality(TrafficDirection, TrafficDirection) |
Overriding != operator for enum TrafficDirection |