HubRoutingPreference 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.
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
Azure SDK for .NET