DrillRunOperationVerbs Struct

Definition

Enum for DrillRun operation actions.

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

Constructors

Name Description
DrillRunOperationVerbs(String)

Initializes a new instance of DrillRunOperationVerbs.

Properties

Name Description
Cancel

Cancel Action.

MarkAsComplete

MarkAsComplete Action.

Retry

Retry Action.

Start

Start Action.

Methods

Name Description
Equals(DrillRunOperationVerbs)

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

Determines if two DrillRunOperationVerbs values are the same.

Implicit(String to DrillRunOperationVerbs)

Converts a string to a DrillRunOperationVerbs.

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

Determines if two DrillRunOperationVerbs values are not the same.

Applies to