Freigeben über


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

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.

Applies to