你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

L2NetworkDetailedStatus Struct

Definition

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