Share via


MobileNetworkProvisioningState Struct

Definition

The current provisioning state.

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

Constructors

MobileNetworkProvisioningState(String)

Initializes a new instance of MobileNetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Deleted

Deleted.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(MobileNetworkProvisioningState)

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

Determines if two MobileNetworkProvisioningState values are the same.

Implicit(String to MobileNetworkProvisioningState)

Converts a string to a MobileNetworkProvisioningState.

Inequality(MobileNetworkProvisioningState, MobileNetworkProvisioningState)

Determines if two MobileNetworkProvisioningState values are not the same.

Applies to