Share via


IotOperationsProvisioningState Struct

Definition

The enum defining status of resource.

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

Constructors

IotOperationsProvisioningState(String)

Initializes a new instance of IotOperationsProvisioningState.

Properties

Accepted

Resource has been Accepted.

Canceled

Resource creation was canceled.

Deleting

Resource is Deleting.

Failed

Resource creation failed.

Provisioning

Resource is getting provisioned.

Succeeded

Resource has been created.

Updating

Resource is Updating.

Methods

Equals(IotOperationsProvisioningState)

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

Determines if two IotOperationsProvisioningState values are the same.

Implicit(String to IotOperationsProvisioningState)

Converts a String to a IotOperationsProvisioningState.

Inequality(IotOperationsProvisioningState, IotOperationsProvisioningState)

Determines if two IotOperationsProvisioningState values are not the same.

Applies to