ExpressRouteGatewayResiliencyModel 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.
Property to indicate if the Express Route Gateway has resiliency model of MultiHomed or SingleHomed.
public readonly struct ExpressRouteGatewayResiliencyModel : IEquatable<Azure.ResourceManager.Network.Models.ExpressRouteGatewayResiliencyModel>
type ExpressRouteGatewayResiliencyModel = struct
Public Structure ExpressRouteGatewayResiliencyModel
Implements IEquatable(Of ExpressRouteGatewayResiliencyModel)
- Inheritance
-
ExpressRouteGatewayResiliencyModel
- Implements
Constructors
ExpressRouteGatewayResiliencyModel(String) |
Initializes a new instance of ExpressRouteGatewayResiliencyModel. |
Properties
MultiHomed |
MultiHomed. |
SingleHomed |
SingleHomed. |
Methods
Equals(ExpressRouteGatewayResiliencyModel) |
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(ExpressRouteGatewayResiliencyModel, ExpressRouteGatewayResiliencyModel) |
Determines if two ExpressRouteGatewayResiliencyModel values are the same. |
Implicit(String to ExpressRouteGatewayResiliencyModel) |
Converts a string to a ExpressRouteGatewayResiliencyModel. |
Inequality(ExpressRouteGatewayResiliencyModel, ExpressRouteGatewayResiliencyModel) |
Determines if two ExpressRouteGatewayResiliencyModel values are not the same. |
Applies to
Azure SDK for .NET