Share via


L3NetworkDetailedStatus Struct

Definition

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.

Applies to