L3NetworkDetailedStatus 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 L3 network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkDetailedStatusTypeConverter))]
public struct L3NetworkDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkDetailedStatusTypeConverter))>]
type L3NetworkDetailedStatus = struct
interface IArgumentCompleter
Public Structure L3NetworkDetailedStatus
Implements IArgumentCompleter, IEquatable(Of L3NetworkDetailedStatus)
- Inheritance
-
L3NetworkDetailedStatus
- 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(L3NetworkDetailedStatus) |
Compares values of enum type L3NetworkDetailedStatus |
Equals(Object) |
Compares values of enum type L3NetworkDetailedStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum L3NetworkDetailedStatus |
ToString() |
Returns string representation for L3NetworkDetailedStatus |
Operators
Equality(L3NetworkDetailedStatus, L3NetworkDetailedStatus) |
Overriding == operator for enum L3NetworkDetailedStatus |
Implicit(L3NetworkDetailedStatus to String) |
Implicit operator to convert L3NetworkDetailedStatus to string |
Implicit(String to L3NetworkDetailedStatus) |
Implicit operator to convert string to L3NetworkDetailedStatus |
Inequality(L3NetworkDetailedStatus, L3NetworkDetailedStatus) |
Overriding != operator for enum L3NetworkDetailedStatus |