Freigeben über


FaultSimulationStatus Struct

Definition

Fault simulation status.

public readonly struct FaultSimulationStatus : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.FaultSimulationStatus>
type FaultSimulationStatus = struct
Public Structure FaultSimulationStatus
Implements IEquatable(Of FaultSimulationStatus)
Inheritance
FaultSimulationStatus
Implements

Constructors

Name Description
FaultSimulationStatus(String)

Initializes a new instance of FaultSimulationStatus.

Properties

Name Description
Active

Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully.

Done

Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully.

StartFailed

Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails.

Starting

Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress.

StopFailed

Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails.

Stopping

Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress.

Methods

Name Description
Equals(FaultSimulationStatus)

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(FaultSimulationStatus, FaultSimulationStatus)

Determines if two FaultSimulationStatus values are the same.

Implicit(String to FaultSimulationStatus)

Converts a String to a FaultSimulationStatus.

Inequality(FaultSimulationStatus, FaultSimulationStatus)

Determines if two FaultSimulationStatus values are not the same.

Applies to