Delen via


ExpressRouteLinkMacSecSciState Struct

Definition

Sci mode enabled/disabled.

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

Constructors

ExpressRouteLinkMacSecSciState(String)

Initializes a new instance of ExpressRouteLinkMacSecSciState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ExpressRouteLinkMacSecSciState)

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

Determines if two ExpressRouteLinkMacSecSciState values are the same.

Implicit(String to ExpressRouteLinkMacSecSciState)

Converts a string to a ExpressRouteLinkMacSecSciState.

Inequality(ExpressRouteLinkMacSecSciState, ExpressRouteLinkMacSecSciState)

Determines if two ExpressRouteLinkMacSecSciState values are not the same.

Applies to