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