DrillResourceFaultState Struct

Definition

Drill Resource Fault State.

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

Constructors

Name Description
DrillResourceFaultState(String)

Initializes a new instance of DrillResourceFaultState.

Properties

Name Description
CustomScript

Custom script based fault associated with resource.

NotDefined

No fault configured for this resource.

SystemNative

Native fault available.

Methods

Name Description
Equals(DrillResourceFaultState)

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

Determines if two DrillResourceFaultState values are the same.

Implicit(String to DrillResourceFaultState)

Converts a string to a DrillResourceFaultState.

Implicit(String to Nullable<DrillResourceFaultState>)
Inequality(DrillResourceFaultState, DrillResourceFaultState)

Determines if two DrillResourceFaultState values are not the same.

Applies to