DisablePeeringRoute Struct

Definition

Whether to disable the routes learned by peering on the route table.

public readonly struct DisablePeeringRoute : IEquatable<Azure.ResourceManager.Network.Models.DisablePeeringRoute>
type DisablePeeringRoute = struct
Public Structure DisablePeeringRoute
Implements IEquatable(Of DisablePeeringRoute)
Inheritance
DisablePeeringRoute
Implements

Constructors

Name Description
DisablePeeringRoute(String)

Initializes a new instance of DisablePeeringRoute.

Properties

Name Description
All

All peering routes are disabled.

None

Peering routes are enabled.

Methods

Name Description
Equals(DisablePeeringRoute)

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(DisablePeeringRoute, DisablePeeringRoute)

Determines if two DisablePeeringRoute values are the same.

Implicit(String to DisablePeeringRoute)

Converts a string to a DisablePeeringRoute.

Implicit(String to Nullable<DisablePeeringRoute>)
Inequality(DisablePeeringRoute, DisablePeeringRoute)

Determines if two DisablePeeringRoute values are not the same.

Applies to