Freigeben über


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

Name Description
OnFailureAction(String)

Initializes a new instance of OnFailureAction.

Properties

Name Description
Break

break.

Methods

Name Description
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

Name Description
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