TroubleshooterProvisioningState 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.
Status of troubleshooter provisioning.
public readonly struct TroubleshooterProvisioningState : IEquatable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterProvisioningState>
type TroubleshooterProvisioningState = struct
Public Structure TroubleshooterProvisioningState
Implements IEquatable(Of TroubleshooterProvisioningState)
- Inheritance
-
TroubleshooterProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| TroubleshooterProvisioningState(String) |
Initializes a new instance of TroubleshooterProvisioningState. |
Properties
| Name | Description |
|---|---|
| AutoContinue |
AutoContinue. |
| Canceled |
Canceled. |
| Failed |
Failed. |
| Running |
Running. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(TroubleshooterProvisioningState) |
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
| Name | Description |
|---|---|
| Equality(TroubleshooterProvisioningState, TroubleshooterProvisioningState) |
Determines if two TroubleshooterProvisioningState values are the same. |
| Implicit(String to TroubleshooterProvisioningState) |
Converts a String to a TroubleshooterProvisioningState. |
| Inequality(TroubleshooterProvisioningState, TroubleshooterProvisioningState) |
Determines if two TroubleshooterProvisioningState values are not the same. |