PreferredRoutingGateway 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 preferred routing gateway types.
public readonly struct PreferredRoutingGateway : IEquatable<Azure.ResourceManager.Network.Models.PreferredRoutingGateway>
type PreferredRoutingGateway = struct
Public Structure PreferredRoutingGateway
Implements IEquatable(Of PreferredRoutingGateway)
- Inheritance
-
PreferredRoutingGateway
- Implements
Constructors
PreferredRoutingGateway(String) |
Initializes a new instance of PreferredRoutingGateway. |
Properties
ExpressRoute |
ExpressRoute. |
None |
None. |
VpnGateway |
VpnGateway. |
Methods
Equals(PreferredRoutingGateway) |
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(PreferredRoutingGateway, PreferredRoutingGateway) |
Determines if two PreferredRoutingGateway values are the same. |
Implicit(String to PreferredRoutingGateway) |
Converts a string to a PreferredRoutingGateway. |
Inequality(PreferredRoutingGateway, PreferredRoutingGateway) |
Determines if two PreferredRoutingGateway values are not the same. |
Applies to
Azure SDK for .NET