Share via


ExpressRouteLinkAdminState Struct

Definition

Administrative state of the physical port.

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

Constructors

ExpressRouteLinkAdminState(String)

Initializes a new instance of ExpressRouteLinkAdminState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ExpressRouteLinkAdminState)

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

Determines if two ExpressRouteLinkAdminState values are the same.

Implicit(String to ExpressRouteLinkAdminState)

Converts a string to a ExpressRouteLinkAdminState.

Inequality(ExpressRouteLinkAdminState, ExpressRouteLinkAdminState)

Determines if two ExpressRouteLinkAdminState values are not the same.

Applies to