你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
public readonly struct L3NetworkDetailedStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkDetailedStatus>
type L3NetworkDetailedStatus = struct
Public Structure L3NetworkDetailedStatus
Implements IEquatable(Of L3NetworkDetailedStatus)
- Inheritance
-
L3NetworkDetailedStatus
- Implements
Constructors
L3NetworkDetailedStatus(String) |
Initializes a new instance of L3NetworkDetailedStatus. |
Properties
Available |
Available. |
Error |
Error. |
Provisioning |
Provisioning. |
Methods
Equals(L3NetworkDetailedStatus) |
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(L3NetworkDetailedStatus, L3NetworkDetailedStatus) |
Determines if two L3NetworkDetailedStatus values are the same. |
Implicit(String to L3NetworkDetailedStatus) |
Converts a String to a L3NetworkDetailedStatus. |
Inequality(L3NetworkDetailedStatus, L3NetworkDetailedStatus) |
Determines if two L3NetworkDetailedStatus values are not the same. |