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

Name Description
TrunkedNetworkProvisioningState(String)

Initializes a new instance of TrunkedNetworkProvisioningState.

Properties

Name Description
Accepted

The Accepted status.

Canceled

The Canceled status.

Failed

The Failed status.

Provisioning

The Provisioning status.

Succeeded

The Succeeded status.

Methods

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

Name Description
Equality(TrunkedNetworkProvisioningState, TrunkedNetworkProvisioningState)

Determines if two TrunkedNetworkProvisioningState values are the same.

Implicit(String to Nullable<TrunkedNetworkProvisioningState>)
Implicit(String to TrunkedNetworkProvisioningState)

Converts a string to a TrunkedNetworkProvisioningState.

Inequality(TrunkedNetworkProvisioningState, TrunkedNetworkProvisioningState)

Determines if two TrunkedNetworkProvisioningState values are not the same.

Applies to