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.
public readonly struct L2NetworkDetailedStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.L2NetworkDetailedStatus>
type L2NetworkDetailedStatus = struct
Public Structure L2NetworkDetailedStatus
Implements IEquatable(Of L2NetworkDetailedStatus)
- Inheritance
-
L2NetworkDetailedStatus
- Implements
Constructors
L2NetworkDetailedStatus(String) |
Initializes a new instance of L2NetworkDetailedStatus. |
Properties
Available |
Available. |
Error |
Error. |
Provisioning |
Provisioning. |
Methods
Equals(L2NetworkDetailedStatus) |
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(L2NetworkDetailedStatus, L2NetworkDetailedStatus) |
Determines if two L2NetworkDetailedStatus values are the same. |
Implicit(String to L2NetworkDetailedStatus) |
Converts a string to a L2NetworkDetailedStatus. |
Inequality(L2NetworkDetailedStatus, L2NetworkDetailedStatus) |
Determines if two L2NetworkDetailedStatus values are not the same. |
Applies to
Azure SDK for .NET