L2NetworkDetailedStatus 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.
The more detailed status of the L2 network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L2NetworkDetailedStatusTypeConverter))]
public struct L2NetworkDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L2NetworkDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L2NetworkDetailedStatusTypeConverter))>]
type L2NetworkDetailedStatus = struct
interface IArgumentCompleter
Public Structure L2NetworkDetailedStatus
Implements IArgumentCompleter, IEquatable(Of L2NetworkDetailedStatus)
- Inheritance
-
L2NetworkDetailedStatus
- Attributes
- Implements
Fields
Available | |
Error | |
Provisioning |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(L2NetworkDetailedStatus) |
Compares values of enum type L2NetworkDetailedStatus |
Equals(Object) |
Compares values of enum type L2NetworkDetailedStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum L2NetworkDetailedStatus |
ToString() |
Returns string representation for L2NetworkDetailedStatus |
Operators
Equality(L2NetworkDetailedStatus, L2NetworkDetailedStatus) |
Overriding == operator for enum L2NetworkDetailedStatus |
Implicit(L2NetworkDetailedStatus to String) |
Implicit operator to convert L2NetworkDetailedStatus to string |
Implicit(String to L2NetworkDetailedStatus) |
Implicit operator to convert string to L2NetworkDetailedStatus |
Inequality(L2NetworkDetailedStatus, L2NetworkDetailedStatus) |
Overriding != operator for enum L2NetworkDetailedStatus |