IotCentralProvisioningState 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 application.
public readonly struct IotCentralProvisioningState : IEquatable<Azure.ResourceManager.IotCentral.Models.IotCentralProvisioningState>
type IotCentralProvisioningState = struct
Public Structure IotCentralProvisioningState
Implements IEquatable(Of IotCentralProvisioningState)
- Inheritance
-
IotCentralProvisioningState
- Implements
Constructors
IotCentralProvisioningState(String) |
Initializes a new instance of IotCentralProvisioningState. |
Properties
Canceled |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(IotCentralProvisioningState) |
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(IotCentralProvisioningState, IotCentralProvisioningState) |
Determines if two IotCentralProvisioningState values are the same. |
Implicit(String to IotCentralProvisioningState) |
Converts a string to a IotCentralProvisioningState. |
Inequality(IotCentralProvisioningState, IotCentralProvisioningState) |
Determines if two IotCentralProvisioningState values are not the same. |
Applies to
Azure SDK for .NET