Freigeben über


OnSuccessAction Struct

Definition

Action to be taken when the operation is successful for a object.

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

Constructors

Name Description
OnSuccessAction(String)

Initializes a new instance of OnSuccessAction.

Properties

Name Description
Continue

continue.

Methods

Name Description
Equals(OnSuccessAction)

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

Determines if two OnSuccessAction values are the same.

Implicit(String to OnSuccessAction)

Converts a String to a OnSuccessAction.

Inequality(OnSuccessAction, OnSuccessAction)

Determines if two OnSuccessAction values are not the same.

Applies to