ExpressRouteLinkAdminState 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.
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
Azure SDK for .NET