RedistributeConnectedSubnet 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.
Advertise Connected Subnets. Ex: "True" | "False".
public readonly struct RedistributeConnectedSubnet : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.RedistributeConnectedSubnet>
type RedistributeConnectedSubnet = struct
Public Structure RedistributeConnectedSubnet
Implements IEquatable(Of RedistributeConnectedSubnet)
- Inheritance
-
RedistributeConnectedSubnet
- Implements
Constructors
| Name | Description |
|---|---|
| RedistributeConnectedSubnet(String) |
Initializes a new instance of RedistributeConnectedSubnet. |
Properties
| Name | Description |
|---|---|
| False |
False. |
| True |
True. |
Methods
| Name | Description |
|---|---|
| Equals(RedistributeConnectedSubnet) |
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
| Name | Description |
|---|---|
| Equality(RedistributeConnectedSubnet, RedistributeConnectedSubnet) |
Determines if two RedistributeConnectedSubnet values are the same. |
| Implicit(String to RedistributeConnectedSubnet) |
Converts a String to a RedistributeConnectedSubnet. |
| Inequality(RedistributeConnectedSubnet, RedistributeConnectedSubnet) |
Determines if two RedistributeConnectedSubnet values are not the same. |