Share via


HubRoutingPreference Struct

Definition

The hub routing preference gateway types.

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

Constructors

HubRoutingPreference(String)

Initializes a new instance of HubRoutingPreference.

Properties

ASPath

ASPath.

ExpressRoute

ExpressRoute.

VpnGateway

VpnGateway.

Methods

Equals(HubRoutingPreference)

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

Determines if two HubRoutingPreference values are the same.

Implicit(String to HubRoutingPreference)

Converts a string to a HubRoutingPreference.

Inequality(HubRoutingPreference, HubRoutingPreference)

Determines if two HubRoutingPreference values are not the same.

Applies to