Share via


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

TroubleshooterProvisioningState(String)

Initializes a new instance of TroubleshooterProvisioningState.

Properties

AutoContinue

AutoContinue.

Canceled

Canceled.

Failed

Failed.

Running

Running.

Succeeded

Succeeded.

Methods

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

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.

Applies to