TrunkedNetworkProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET