TroubleshooterProvisioningState Struct

Definition

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

Gets the AutoContinue.

Canceled

Gets the Canceled.

Failed

Gets the Failed.

Running

Gets the Running.

Succeeded

Gets the 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 Nullable<TroubleshooterProvisioningState>)
Implicit(String to TroubleshooterProvisioningState)

Converts a string to a TroubleshooterProvisioningState.

Inequality(TroubleshooterProvisioningState, TroubleshooterProvisioningState)

Determines if two TroubleshooterProvisioningState values are not the same.

Applies to