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