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.
public readonly struct AdvertiseToFabric : IEquatable<Azure.ResourceManager.NetworkCloud.Models.AdvertiseToFabric>
type AdvertiseToFabric = struct
Public Structure AdvertiseToFabric
Implements IEquatable(Of AdvertiseToFabric)
- Inheritance
-
AdvertiseToFabric
- Implements
Constructors
AdvertiseToFabric(String) |
Initializes a new instance of AdvertiseToFabric. |
Properties
False |
False. |
True |
True. |
Methods
Equals(AdvertiseToFabric) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AdvertiseToFabric, AdvertiseToFabric) |
Determines if two AdvertiseToFabric values are the same. |
Implicit(String to AdvertiseToFabric) |
Converts a string to a AdvertiseToFabric. |
Inequality(AdvertiseToFabric, AdvertiseToFabric) |
Determines if two AdvertiseToFabric values are not the same. |
Applies to
Azure SDK for .NET