Freigeben über


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

Name Description
L2NetworkDetailedStatus(String)

Initializes a new instance of L2NetworkDetailedStatus.

Properties

Name Description
Available

Available.

Error

Error.

Provisioning

Provisioning.

Methods

Name Description
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

Name Description
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