EffectiveRouteSource 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.
Who created the route.
public readonly struct EffectiveRouteSource : IEquatable<Azure.ResourceManager.Network.Models.EffectiveRouteSource>
type EffectiveRouteSource = struct
Public Structure EffectiveRouteSource
Implements IEquatable(Of EffectiveRouteSource)
- Inheritance
-
EffectiveRouteSource
- Implements
Constructors
EffectiveRouteSource(String) |
Initializes a new instance of EffectiveRouteSource. |
Properties
Default |
Default. |
Unknown |
Unknown. |
User |
User. |
VirtualNetworkGateway |
VirtualNetworkGateway. |
Methods
Equals(EffectiveRouteSource) |
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(EffectiveRouteSource, EffectiveRouteSource) |
Determines if two EffectiveRouteSource values are the same. |
Implicit(String to EffectiveRouteSource) |
Converts a string to a EffectiveRouteSource. |
Inequality(EffectiveRouteSource, EffectiveRouteSource) |
Determines if two EffectiveRouteSource values are not the same. |
Applies to
Azure SDK for .NET