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

L2NetworkProvisioningState Struct

Definition

The provisioning state of the L2 network.

public readonly struct L2NetworkProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.L2NetworkProvisioningState>
type L2NetworkProvisioningState = struct
Public Structure L2NetworkProvisioningState
Implements IEquatable(Of L2NetworkProvisioningState)
Inheritance
L2NetworkProvisioningState
Implements

Constructors

L2NetworkProvisioningState(String)

Initializes a new instance of L2NetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(L2NetworkProvisioningState)

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(L2NetworkProvisioningState, L2NetworkProvisioningState)

Determines if two L2NetworkProvisioningState values are the same.

Implicit(String to L2NetworkProvisioningState)

Converts a String to a L2NetworkProvisioningState.

Inequality(L2NetworkProvisioningState, L2NetworkProvisioningState)

Determines if two L2NetworkProvisioningState values are not the same.

Applies to