BfdEnabled 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 indicator to determine if automatic allocation from the pool should occur.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabledTypeConverter))]
public struct BfdEnabled : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabledTypeConverter))>]
type BfdEnabled = struct
interface IArgumentCompleter
Public Structure BfdEnabled
Implements IArgumentCompleter, IEquatable(Of BfdEnabled)
- Inheritance
-
BfdEnabled
- Attributes
- Implements
Fields
False | |
True |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BfdEnabled) |
Compares values of enum type BfdEnabled |
Equals(Object) |
Compares values of enum type BfdEnabled (override for Object) |
GetHashCode() |
Returns hashCode for enum BfdEnabled |
ToString() |
Returns string representation for BfdEnabled |
Operators
Equality(BfdEnabled, BfdEnabled) |
Overriding == operator for enum BfdEnabled |
Implicit(BfdEnabled to String) |
Implicit operator to convert BfdEnabled to string |
Implicit(String to BfdEnabled) |
Implicit operator to convert string to BfdEnabled |
Inequality(BfdEnabled, BfdEnabled) |
Overriding != operator for enum BfdEnabled |