Delen via


EffectiveRouteSource Struct

Definition

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