Freigeben über


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

Name Description
ExpressRouteGatewayAdminState(String)

Initializes a new instance of ExpressRouteGatewayAdminState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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