Share via


TrunkedNetworkProvisioningState Struct

Definition

The provisioning state of the trunked network.

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

Constructors

TrunkedNetworkProvisioningState(String)

Initializes a new instance of TrunkedNetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(TrunkedNetworkProvisioningState)

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

Determines if two TrunkedNetworkProvisioningState values are the same.

Implicit(String to TrunkedNetworkProvisioningState)

Converts a string to a TrunkedNetworkProvisioningState.

Inequality(TrunkedNetworkProvisioningState, TrunkedNetworkProvisioningState)

Determines if two TrunkedNetworkProvisioningState values are not the same.

Applies to