Share via


RedistributeStaticRoute Struct

Definition

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

RedistributeStaticRoute(String)

Initializes a new instance of RedistributeStaticRoute.

Properties

False

False.

True

True.

Methods

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

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.

Applies to