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