Bagikan melalui


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

OnSuccessAction(String)

Initializes a new instance of OnSuccessAction.

Properties

Continue

continue.

Methods

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

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