Share via


ExpressRouteGatewayAdminState Struct

Definition

Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet.

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

Constructors

ExpressRouteGatewayAdminState(String)

Initializes a new instance of ExpressRouteGatewayAdminState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ExpressRouteGatewayAdminState)

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

Determines if two ExpressRouteGatewayAdminState values are the same.

Implicit(String to ExpressRouteGatewayAdminState)

Converts a string to a ExpressRouteGatewayAdminState.

Inequality(ExpressRouteGatewayAdminState, ExpressRouteGatewayAdminState)

Determines if two ExpressRouteGatewayAdminState values are not the same.

Applies to