Condividi tramite


ActionPerformed Struct

Definition

Specifies the action performed by the approver.

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

Constructors

Name Description
ActionPerformed(String)

Initializes a new instance of ActionPerformed.

Properties

Name Description
Approved

Action was Approved.

Rejected

Action was Rejected.

Methods

Name Description
Equals(ActionPerformed)

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

Determines if two ActionPerformed values are the same.

Implicit(String to ActionPerformed)

Converts a String to a ActionPerformed.

Inequality(ActionPerformed, ActionPerformed)

Determines if two ActionPerformed values are not the same.

Applies to