Share via


OnFailureAction Struct

Definition

Action to be taken when the operation fails for a object.

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

Constructors

OnFailureAction(String)

Initializes a new instance of OnFailureAction.

Properties

Break

break.

Methods

Equals(OnFailureAction)

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

Determines if two OnFailureAction values are the same.

Implicit(String to OnFailureAction)

Converts a string to a OnFailureAction.

Inequality(OnFailureAction, OnFailureAction)

Determines if two OnFailureAction values are not the same.

Applies to