Share via


MobileNetworkSiteProvisioningState Struct

Definition

The provisioning state of a resource e.g. SIM/SIM policy on a site.

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

Constructors

MobileNetworkSiteProvisioningState(String)

Initializes a new instance of MobileNetworkSiteProvisioningState.

Properties

Adding

The resource is being added to this site.

Deleting

The resource is being deleted from this site.

Failed

The resource failed to be provisioned on this site.

NotApplicable

The resource should not be provisioned on this site.

Provisioned

The resource is provisioned on this site.

Updating

The resource is being updated on this site.

Methods

Equals(MobileNetworkSiteProvisioningState)

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

Determines if two MobileNetworkSiteProvisioningState values are the same.

Implicit(String to MobileNetworkSiteProvisioningState)

Converts a string to a MobileNetworkSiteProvisioningState.

Inequality(MobileNetworkSiteProvisioningState, MobileNetworkSiteProvisioningState)

Determines if two MobileNetworkSiteProvisioningState values are not the same.

Applies to